Changeset 16878 for trunk/wp-includes/rewrite.php
- Timestamp:
- 12/11/2010 09:28:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r16877 r16878 269 269 return 0; 270 270 271 // $url cleanup by Mark Jaquith272 // This fixes things like #anchors, ?query=strings, missing 'www.',273 // added 'www.', or added 'index.php/' that will mess up our WP_Query274 // and return a false negative275 276 271 // Get rid of the #anchor 277 272 $url_split = explode('#', $url); … … 308 303 309 304 $request = $url; 310 311 // Done with cleanup312 305 313 306 // Look for matches.
Note: See TracChangeset
for help on using the changeset viewer.