Docs: Improve set_query_var() inline docs.

Makes the inline docs for set_query_var() consistent with the inline docs for
get_query_var().

See #42783.
Props stevenlinx, markparnell.


git-svn-id: https://develop.svn.wordpress.org/trunk@49094 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Robert Anderson 2020-10-06 05:38:46 +00:00
parent 03fe4eb692
commit 34a9527acf
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function get_queried_object_id() {
} }
/** /**
* Set query variable. * Set variable in the WP_Query class.
* *
* @since 2.2.0 * @since 2.2.0
* *