diff --git a/optimizely.php b/optimizely.php
index c15b42f..e6e079e 100644
--- a/optimizely.php
+++ b/optimizely.php
@@ -1,14 +1,14 @@
Optimizely is a dramatically easier way for you to improve your website through A/B testing. Create an experiment in minutes with our easy-to-use visual interface with absolutely no coding or engineering required. Convert your website visitors into customers and earn more revenue today! To get started: 1) Click the "Activate" link to the left of this description, 2) Sign up for an Optimizely account, and 3) Create an API Token here: API Tokens, and enter your API token in the Configuration Tab of the Plugin, then select a project to start testing!
Author: Optimizely Inc.
-Version: 3.7.5
+Version: 3.7.6
Author URI: http://www.optimizely.com/
License: GPL2
*/
@@ -98,7 +98,13 @@ function optimizely_add_script() {
* @return string
*/
function optimizely_generate_script( $project_id ) {
- return '';
+
+ $script = "";
+ $tracking = "\n";
+ return $tracking.$result;
}
/**