Plugin Directory

Changeset 571254


Ignore:
Timestamp:
07/12/2012 01:04:54 PM (14 years ago)
Author:
mthomas9
Message:

correction to last commit for tag 1.1.7

File:
1 edited

Legend:

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

    r571251 r571254  
    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.7
    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
     
    8686    $user = json_decode($data);
    8787    @session_start();
     88    if($_GET['username']) $_SESSION['visitor']=$_GET['username'];
    8889    if($user->{'login'} && ($_SESSION['visitor'] != $user->{'firstName'}.''.$user->{'lastName'})) {
    8990        echo $user->{'login'};
Note: See TracChangeset for help on using the changeset viewer.