Changeset 6614
- Timestamp:
- 01/14/08 21:44:08 (1 year ago)
- Files:
-
- trunk/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }
