Changeset 1062419
- Timestamp:
- 01/07/2015 06:23:11 PM (11 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
r859763 r1062419 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.3. 16 Version: 1.3.3 7 7 Author: Marty Thomas 8 8 Author URI: http://purlem.com/company … … 27 27 28 28 if($_GET['purl'] && $_GET['purl'] != '') { 29 add_action('update_option_purlemID', 'add_htaccess_code');30 add_action('update_option_purlemURI', 'add_htaccess_code');31 29 add_action('wp_head', 'display_purl_code'); 32 30 add_action('the_content', 'display_purl_content'); 33 31 add_action('the_title', 'display_purl_header'); 34 add_action('widgets_init', create_function('', 'return register_widget("PurlemWidget");'));35 32 add_action('wp_head', 'purlCSS'); 36 33 } 34 35 add_action('update_option_purlemID', 'add_htaccess_code'); 36 add_action('update_option_purlemURI', 'add_htaccess_code'); 37 add_action('widgets_init', create_function('', 'return register_widget("PurlemWidget");')); 37 38 38 39 function add_htaccess_code() { -
purlem-personal-url-marketing/trunk/readme.txt
r859764 r1062419 5 5 Requires at least: 2.1 6 6 Tested up to: 3.8.1 7 Stable tag: 1.3. 17 Stable tag: 1.3.3 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.