From ee6b1ae7c81337a33ec542ae3700aa3c98b0aa3f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 8 Oct 2015 16:50:52 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-rewrite.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/class-wp-rewrite.php b/src/wp-includes/class-wp-rewrite.php index 43f3e28087..cdfa529542 100644 --- a/src/wp-includes/class-wp-rewrite.php +++ b/src/wp-includes/class-wp-rewrite.php @@ -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 = '';