Changeset 419553
- Timestamp:
- 08/04/2011 11:24:47 PM (15 years ago)
- Location:
- purlem-personal-url-marketing
- Files:
-
- 3 added
- 2 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/purlem.php (added)
-
tags/1.0.7/readme.txt (added)
-
trunk/purlem.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
purlem-personal-url-marketing/trunk/purlem.php
r418093 r419553 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.0. 76 Version: 1.0.8 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(' get_header', 'purlCSS');35 add_action('the_post', 'purlCSS'); 36 36 37 37 … … 254 254 .button { 255 255 margin-top:10px; 256 font-size: 18px; 256 font-size: 14px; 257 } 258 .required { 259 color:red; 257 260 } 258 261 --> -
purlem-personal-url-marketing/trunk/readme.txt
r418093 r419553 5 5 Requires at least: 2.1 6 6 Tested up to: 3.1.3 7 Stable tag: 1.0. 77 Stable tag: 1.0.8 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.