Changeset 23305 for trunk/wp-includes/rewrite.php
- Timestamp:
- 01/18/2013 01:44:22 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r22441 r23305 316 316 // Strip 'index.php/' if we're not using path info permalinks 317 317 if ( !$wp_rewrite->using_index_permalinks() ) 318 $url = str_replace( 'index.php/', '', $url);318 $url = str_replace( $wp_rewrite->index . '/', '', $url ); 319 319 320 320 if ( false !== strpos($url, home_url()) ) {
Note: See TracChangeset
for help on using the changeset viewer.