From e0dd9fa33a92a9c2cd9dc73cefb45880f2454822 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 8 Oct 2015 16:48:04 +0000 Subject: [PATCH] Docs: Relocate some DocBlock-level `@see` tags in `WP_Rewrite`. See #34218. git-svn-id: https://develop.svn.wordpress.org/trunk@34940 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-rewrite.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/class-wp-rewrite.php b/src/wp-includes/class-wp-rewrite.php index 26d4481bb0..43f3e28087 100644 --- a/src/wp-includes/class-wp-rewrite.php +++ b/src/wp-includes/class-wp-rewrite.php @@ -258,10 +258,11 @@ class WP_Rewrite { * This is off by default, turning it on might print a lot of rewrite rules * to the .htaccess file. * - * @see WP_Rewrite::mod_rewrite_rules() * @since 2.0.0 * @access public * @var bool + * + * @see WP_Rewrite::mod_rewrite_rules() */ public $use_verbose_rules = false; @@ -810,11 +811,12 @@ class WP_Rewrite { * If the tag already exists, replace the existing pattern and query for * that tag, otherwise add the new tag. * + * @since 1.5.0 + * @access public + * * @see WP_Rewrite::$rewritecode * @see WP_Rewrite::$rewritereplace * @see WP_Rewrite::$queryreplace - * @since 1.5.0 - * @access public * * @param string $tag Name of the rewrite tag to add or update. * @param string $regex Regular expression to substitute the tag for in rewrite rules. @@ -1596,7 +1598,6 @@ class WP_Rewrite { * @access public * * @see add_rewrite_endpoint() for full documentation. - * * @global WP $wp * * @param string $name Name of the endpoint.