Docs: Relocate some more DocBlock-level `@see` tags and add some missing `@access` tags in `WP_Rewrite`.
See #34218. Built from https://develop.svn.wordpress.org/trunk@34941 git-svn-id: http://core.svn.wordpress.org/trunk@34906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1e6f1c9a9b
commit
d2dee54669
|
@ -153,9 +153,11 @@ class WP_Rewrite {
|
|||
* is "/archive/". If the permalink structure is "/%year%/%postname%/"
|
||||
* then the front is "/".
|
||||
*
|
||||
* @see WP_Rewrite::init()
|
||||
* @since 1.5.0
|
||||
* @access public
|
||||
* @var string
|
||||
*
|
||||
* @see WP_Rewrite::init()
|
||||
*/
|
||||
public $front;
|
||||
|
||||
|
@ -166,10 +168,12 @@ class WP_Rewrite {
|
|||
* `WP_Rewrite::$index` with a trailing slash appended. Otherwise the root
|
||||
* will be empty.
|
||||
*
|
||||
* @since 1.5.0
|
||||
* @access public
|
||||
* @var string
|
||||
*
|
||||
* @see WP_Rewrite::init()
|
||||
* @see WP_Rewrite::using_index_permalinks()
|
||||
* @since 1.5.0
|
||||
* @var string
|
||||
*/
|
||||
public $root = '';
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34940';
|
||||
$wp_version = '4.4-alpha-34941';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue