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

See #35234. See #35986.


git-svn-id: https://develop.svn.wordpress.org/trunk@36900 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-09 17:04:59 +00:00
parent 72e258bdd5
commit a72df051f8
1 changed files with 1 additions and 1 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