Changeset 7665
- Timestamp:
- 04/14/08 17:18:53 (7 months ago)
- Files:
-
- trunk/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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%') ||
