Changeset 686261
- Timestamp:
- 03/23/2013 02:00:44 PM (13 years ago)
- Location:
- analytics-enabler/trunk
- Files:
-
- 2 edited
-
Analytics-Enabler.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
analytics-enabler/trunk/Analytics-Enabler.php
r686254 r686261 3 3 Plugin Name: Analytics Enabler 4 4 Description: This plugin will include your Google Analytics tracking code immediately before the closing [head] tag of every page. 5 Version: 1.1. 15 Version: 1.1.2 6 6 Author: Brian Staruk 7 7 Author URI: http://brian.staruk.me … … 38 38 <div class="wrap"> 39 39 <?php screen_icon(); ?> 40 <h2>Settings</h2> 40 <h2>Settings</h2> 41 41 <form method="post" action="options.php"> 42 42 <?php … … 46 46 ?> 47 47 <?php submit_button(); ?> 48 <p><small><em>Note:</em> Your UAID can be found on the top most dashboard of your Google Analytics account. It is written in small text next to each one of your domain names, and looks something like this: UA-74368483-3</small></p> 48 49 </form> 49 50 </div> -
analytics-enabler/trunk/readme.txt
r686253 r686261 4 4 Requires at least: 3.5.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: MIT 8 8 … … 27 27 == Changelog == 28 28 29 = 1.1.2 = 30 * Added brief instruction for finding your UAID on the plugin settings page. 31 29 32 = 1.1.1 = 30 33 * FAQ added
Note: See TracChangeset
for help on using the changeset viewer.