Docs: Improve the DocBlock summary for WP::remove_query_var(), introduced in [36177].

See #35234. See #35986.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-09 17:05:29 +00:00
parent feb3c20d12
commit 745ae9915f
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ class WP {
}
/**
* Remove name from list of public query variables.
* Removes a query variable from a list of public query variables.
*
* @since 4.5.0
* @access public

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta2-36899';
$wp_version = '4.5-beta2-36900';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.