Changeset 4200
- Timestamp:
- 09/21/2006 12:09:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r4186 r4200 98 98 99 99 // Strip 'index.php/' if we're not using path info permalinks 100 if ( false === strpos($rewrite, 'index.php/') )100 if ( !$wp_rewrite->using_index_permalinks() ) 101 101 $url = str_replace('index.php/', '', $url); 102 102
Note: See TracChangeset
for help on using the changeset viewer.