Changeset 228583
- Timestamp:
- 04/13/2010 10:14:12 PM (16 years ago)
- Location:
- google-analyticator/trunk
- Files:
-
- 2 edited
-
google-analyticator.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
google-analyticator/trunk/google-analyticator.php
r228575 r228583 804 804 </script> 805 805 <?php 806 } else { 807 # Add the notice that Google Analyticator tracking is enabled 808 echo "<!-- Google Analytics Tracking by Google Analyticator " . GOOGLE_ANALYTICATOR_VERSION . ": http://ronaldheft.com/code/analyticator/ -->\n"; 809 echo " <!-- Tracking code is hidden, since the settings specify not to track admins. Tracking is occurring for non-admins. -->\n"; 806 810 } 807 811 } -
google-analyticator/trunk/readme.txt
r228575 r228583 53 53 * Prepares Google Analyticator for WordPress 3.0 compatibility. 54 54 * Updates the async tracking snippet to the latest version provided by Google. This new update solves issues with IE7 and IE6, and fixes all problems related to the snippet being placed in the <head> section of a page. You can rest easy knowing that async tracking in the <head> is completely compatible with IE now. 55 * Adds an html comment to the page header when tracking code is hidden due to the user admin level. This should make is less confusing for new Google Analyticator users, wondering if their tracking code is visible to the world. 55 56 56 57 = 6.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.