Ticket #16687: 16687.minor-typo-fix.patch
File 16687.minor-typo-fix.patch, 673 bytes (added by , 14 years ago) |
---|
-
wp-includes/rewrite.php
821 821 $rewrite_rules = array(); 822 822 $page_structure = $this->get_page_permastruct(); 823 823 824 // the extra .? at the beginning prevents clashes with other regex's in thi estructure824 // the extra .? at the beginning prevents clashes with other regex's in this structure 825 825 $this->add_rewrite_tag('%pagename%', "(.?.+?)", 'pagename='); 826 826 $rewrite_rules = array_merge($rewrite_rules, $this->generate_rewrite_rules($page_structure, EP_PAGES)); 827 827 return $rewrite_rules;