Docs: Relocate some more DocBlock-level @see
tags and add some missing @access
tags in WP_Rewrite
.
See #34218. git-svn-id: https://develop.svn.wordpress.org/trunk@34941 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e0dd9fa33a
commit
ee6b1ae7c8
@ -153,9 +153,11 @@ class WP_Rewrite {
|
|||||||
* is "/archive/". If the permalink structure is "/%year%/%postname%/"
|
* is "/archive/". If the permalink structure is "/%year%/%postname%/"
|
||||||
* then the front is "/".
|
* then the front is "/".
|
||||||
*
|
*
|
||||||
* @see WP_Rewrite::init()
|
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
|
* @access public
|
||||||
* @var string
|
* @var string
|
||||||
|
*
|
||||||
|
* @see WP_Rewrite::init()
|
||||||
*/
|
*/
|
||||||
public $front;
|
public $front;
|
||||||
|
|
||||||
@ -166,10 +168,12 @@ class WP_Rewrite {
|
|||||||
* `WP_Rewrite::$index` with a trailing slash appended. Otherwise the root
|
* `WP_Rewrite::$index` with a trailing slash appended. Otherwise the root
|
||||||
* will be empty.
|
* will be empty.
|
||||||
*
|
*
|
||||||
|
* @since 1.5.0
|
||||||
|
* @access public
|
||||||
|
* @var string
|
||||||
|
*
|
||||||
* @see WP_Rewrite::init()
|
* @see WP_Rewrite::init()
|
||||||
* @see WP_Rewrite::using_index_permalinks()
|
* @see WP_Rewrite::using_index_permalinks()
|
||||||
* @since 1.5.0
|
|
||||||
* @var string
|
|
||||||
*/
|
*/
|
||||||
public $root = '';
|
public $root = '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user