Plugin Directory

Changeset 1062419


Ignore:
Timestamp:
01/07/2015 06:23:11 PM (11 years ago)
Author:
mthomas9
Message:

widget fix

Location:
purlem-personal-url-marketing/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r859763 r1062419  
    44Plugin URI: http://purlem.com
    55Description: 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.1
     6Version: 1.3.3
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    2727
    2828if($_GET['purl'] && $_GET['purl'] != '') {
    29     add_action('update_option_purlemID', 'add_htaccess_code');
    30     add_action('update_option_purlemURI', 'add_htaccess_code');
    3129    add_action('wp_head', 'display_purl_code');
    3230    add_action('the_content', 'display_purl_content');
    3331    add_action('the_title', 'display_purl_header');
    34     add_action('widgets_init', create_function('', 'return register_widget("PurlemWidget");'));
    3532    add_action('wp_head', 'purlCSS');
    3633}
     34
     35add_action('update_option_purlemID', 'add_htaccess_code');
     36add_action('update_option_purlemURI', 'add_htaccess_code');
     37add_action('widgets_init', create_function('', 'return register_widget("PurlemWidget");'));
    3738
    3839function add_htaccess_code() {
  • purlem-personal-url-marketing/trunk/readme.txt

    r859764 r1062419  
    55Requires at least: 2.1
    66Tested up to: 3.8.1
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.3
    88
    99Personalize 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.