Changeset 437512
- Timestamp:
- 09/13/2011 03:49:35 PM (15 years ago)
- Location:
- lime/trunk
- Files:
-
- 3 edited
-
core/google.php (modified) (1 diff)
-
lime.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lime/trunk/core/google.php
r437069 r437512 84 84 $google_foot_code[] = 'var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");'; 85 85 $google_foot_code[] = 'document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));'; 86 $google_foot_code[] = '</script>'; 87 $google_foot_code[] = '<script type="text/javascript">'; 86 88 $google_foot_code[] = 'try {'; 87 89 $google_foot_code[] = 'var pageTracker = _gat._getTracker("' . $ga_id . '");'; -
lime/trunk/lime.php
r437079 r437512 7 7 Plugin URI: http://studio.bloafer.com/wordpress-plugins/weird-lime/ 8 8 Description: Lime is a wierd name for a plugin, but this plugin is no average plugin. 9 Version: 0.1 9 Version: 0.1.1 10 10 Author: Kerry James 11 11 Author URI: http://studio.bloafer.com/ … … 20 20 if ( !class_exists( 'Lime' ) ) { 21 21 class Lime{ 22 var $version = "0.1 ";22 var $version = "0.1.1"; 23 23 var $core = array(); 24 24 var $core_root = false; -
lime/trunk/readme.txt
r437076 r437512 4 4 Plugin URI: http://studio.bloafer.com/wordpress-plugins/weird-lime/ 5 5 Description: Lime is a wierd name for a plugin, but this plugin is no average plugin. 6 Version: 0.1 6 Version: 0.1.1 7 7 Author: Kerry James 8 8 Author URI: http://studio.bloafer.com/ … … 28 28 == Changelog == 29 29 30 = 0.1.1 = 31 * Fixed Google Bug 30 32 = 0.1 = 31 33 * Added Google Toolkit
Note: See TracChangeset
for help on using the changeset viewer.