Plugin Directory

Changeset 576177


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

Works with new page url format

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

Legend:

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

    r571254 r576177  
    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.7
     6Version: 1.1.8
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    7171
    7272function display_purl_code() {
    73     $uri = explode('/',$_SERVER['REQUEST_URI']);
     73    $uri_addslash = str_replace('?','/?',$_SERVER['REQUEST_URI']);
     74    $uri = explode('/',$uri_addslash);
    7475    if(!$_GET['page']) $_GET['page'] = $uri[2];
    7576    if(!is_numeric($_GET['page'])) $_GET['page'] = $uri[3];
  • purlem-personal-url-marketing/trunk/readme.txt

    r571251 r576177  
    55Requires at least: 2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.1.7
     7Stable tag: 1.1.8
    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.