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