Changeset 8263
- Timestamp:
- 07/06/2008 05:33:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r8118 r8263 92 92 $request_match = $request; 93 93 foreach ($rewrite as $match => $query) { 94 // Don't try to match against AtomPub calls 95 if ( $req_uri == 'wp-app.php' ) 96 break; 97 94 98 // If the requesting file is the anchor of the match, prepend it 95 99 // to the path info.
Note: See TracChangeset
for help on using the changeset viewer.