Changeset 511306
- Timestamp:
- 02/27/2012 06:00:55 PM (14 years ago)
- Location:
- purlem-personal-url-marketing/trunk
- Files:
-
- 2 edited
-
purlem.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
purlem-personal-url-marketing/trunk/purlem.php
r441114 r511306 4 4 Plugin URI: http://purlem.com 5 5 Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong> 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: Marty Thomas 8 8 Author URI: http://purlem.com/company … … 33 33 add_action('the_title', 'display_purl_header'); 34 34 add_action('widgets_init', create_function('', 'return register_widget("PurlemWidget");')); 35 add_action(' the_post', 'purlCSS');35 add_action('wp_head', 'purlCSS'); 36 36 37 37 -
purlem-personal-url-marketing/trunk/readme.txt
r441114 r511306 5 5 Requires at least: 2.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 9 9 Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset
for help on using the changeset viewer.