Changeset 18566 for trunk/wp-includes/rewrite.php
- Timestamp:
- 08/18/2011 05:57:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r18541 r18566 822 822 $page_structure = $this->get_page_permastruct(); 823 823 824 // the extra .? at the beginning prevents clashes with other reg ex's in thie structure824 // the extra .? at the beginning prevents clashes with other regular expressions in the rules array 825 825 $this->add_rewrite_tag('%pagename%', "(.?.+?)", 'pagename='); 826 826 $rewrite_rules = array_merge($rewrite_rules, $this->generate_rewrite_rules($page_structure, EP_PAGES));
Note: See TracChangeset
for help on using the changeset viewer.