Docs: Relocate some DocBlock-level @see tags in WP_Rewrite.

See #34218.

Built from https://develop.svn.wordpress.org/trunk@34940


git-svn-id: http://core.svn.wordpress.org/trunk@34905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-08 16:49:24 +00:00
parent 02645d5711
commit 1e6f1c9a9b
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34939';
$wp_version = '4.4-alpha-34940';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.