Fix rewrite documentation typo and clarify with "rules array" over "this/the structure". props SergeyBiryukov. see #16687
git-svn-id: http://svn.automattic.com/wordpress/trunk@18566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dbc5a36a14
commit
0995987f25
|
@ -821,7 +821,7 @@ class WP_Rewrite {
|
|||
$rewrite_rules = array();
|
||||
$page_structure = $this->get_page_permastruct();
|
||||
|
||||
// the extra .? at the beginning prevents clashes with other regex's in thie structure
|
||||
// the extra .? at the beginning prevents clashes with other regular expressions in the rules array
|
||||
$this->add_rewrite_tag('%pagename%', "(.?.+?)", 'pagename=');
|
||||
$rewrite_rules = array_merge($rewrite_rules, $this->generate_rewrite_rules($page_structure, EP_PAGES));
|
||||
return $rewrite_rules;
|
||||
|
|
Loading…
Reference in New Issue