• First of all, I must thank you for this amazingly useful plugin! Absolutely recommendable πŸ™‚

    Porting one of my old webs to WP however, I had to add this line to “pf-404.php”:

    ...
      $plink=str_replace('%20','-',$plink); // spaces are wrong
      $plink=str_replace('%3A','-',$plink); // ":" are wrong [NEW LINE]
      ....

    So old urls with a hardcoded “:” (%3A) can get fixed.

    Hopefully you’ll be willing to incorporate that in your future versions of the plugin, so I don’t have to manually modify each update.

    Thanks again for your great contribution!
    JL

    http://wordpress.org/plugins/permalink-finder/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please, add ":" character filter to "permalink-finder/includes/pf-404.php"’ is closed to new replies.