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:
parent
feb3c20d12
commit
745ae9915f
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue