Make WordPress Core


Ignore:
Timestamp:
05/14/2004 08:47:01 AM (21 years ago)
Author:
saxmatt
Message:

Trackback and feed URIs weren't working when there was no trailing slash on the permalink structure. Thanks Kitty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1256 r1274  
    12371237    $match = preg_replace('|[?]|', '', $match, 1);
    12381238
    1239     $feedmatch = str_replace('?/?', '/', $match);
     1239    $feedmatch = trailingslashit(str_replace('?/?', '/', $match));
    12401240    $trackbackmatch = $feedmatch;
    12411241
Note: See TracChangeset for help on using the changeset viewer.