Plugin Directory

Changeset 228583


Ignore:
Timestamp:
04/13/2010 10:14:12 PM (16 years ago)
Author:
cavemonkey50
Message:

Adds an html comment to the page header when tracking code is hidden due to the user admin level.

Location:
google-analyticator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-analyticator/trunk/google-analyticator.php

    r228575 r228583  
    804804</script>
    805805<?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";
    806810        }
    807811    }
  • google-analyticator/trunk/readme.txt

    r228575 r228583  
    5353* Prepares Google Analyticator for WordPress 3.0 compatibility.
    5454* 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.
    5556
    5657= 6.0.2 =
Note: See TracChangeset for help on using the changeset viewer.