Changeset 7665
- Timestamp:
- 04/14/2008 05:18:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r7574 r7665 994 994 // Enable generic rules for pages if permalink structure doesn't begin with a wildcard. 995 995 $structure = ltrim($this->permalink_structure, '/'); 996 if ( $this->using_index_permalinks() ) 997 $structure = ltrim($this->permalink_structure, $this->index . '/'); 996 998 if ( 0 === strpos($structure, '%postname%') || 997 999 0 === strpos($structure, '%category%') ||
Note: See TracChangeset
for help on using the changeset viewer.