Update rewrite phpdoc. Props filosofo. fixes #8998
git-svn-id: https://develop.svn.wordpress.org/trunk@10464 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8aa657443e
commit
a93005de79
|
@ -1792,8 +1792,8 @@ class WP_Rewrite {
|
|||
/**
|
||||
* Sets up the object's properties.
|
||||
*
|
||||
* The 'use_verbose_page_rules' object property will be turned on, if the
|
||||
* permalink structure includes the following: '%postname%', '%category%',
|
||||
* The 'use_verbose_page_rules' object property will be set to true if the
|
||||
* permalink structure begins with one of the following: '%postname%', '%category%',
|
||||
* '%tag%', or '%author%'.
|
||||
*
|
||||
* @since 1.5.0
|
||||
|
|
Loading…
Reference in New Issue