Changeset 6614
- Timestamp:
- 01/14/2008 09:44:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r6592 r6614 128 128 // If the requesting file is the anchor of the match, prepend it 129 129 // to the path info. 130 if ( (! empty($url)) && (strpos($match, $url) === 0) ) {130 if ( (! empty($url)) && (strpos($match, $url) === 0) && ($url != $request)) { 131 131 $request_match = $url . '/' . $request; 132 132 }
Note: See TracChangeset
for help on using the changeset viewer.