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:
Drew Jaynes 2015-10-08 16:50:52 +00:00
parent e0dd9fa33a
commit ee6b1ae7c8

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