Changeset 975 for trunk/wp-blog-header.php
- Timestamp:
- 03/14/2004 01:33:03 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r946 r975 34 34 // If the request URI is the anchor of the match, prepend it 35 35 // to the path info. 36 if ( preg_match("!^$req_uri!", $match)) {36 if (strpos($match, $req_uri) === 0) { 37 37 $pathinfomatch = $req_uri . '/' . $pathinfo; 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.