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:
Drew Jaynes 2015-10-08 16:51:24 +00:00
parent 1e6f1c9a9b
commit d2dee54669
2 changed files with 8 additions and 4 deletions

View File

@ -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 = '';

View File

@ -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.