Plugin Directory

Changeset 511306


Ignore:
Timestamp:
02/27/2012 06:00:55 PM (14 years ago)
Author:
mthomas9
Message:

using wp_head() for CSV to work across themes

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

Legend:

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

    r441114 r511306  
    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.1.3
     6Version: 1.1.4
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    3333add_action('the_title', 'display_purl_header');
    3434add_action('widgets_init', create_function('', 'return register_widget("PurlemWidget");'));
    35 add_action('the_post', 'purlCSS');
     35add_action('wp_head', 'purlCSS');
    3636
    3737
  • purlem-personal-url-marketing/trunk/readme.txt

    r441114 r511306  
    55Requires at least: 2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    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.