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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@48856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
noisysocks 2020-10-06 05:40:11 +00:00
parent 274cb9718d
commit 088aa1e864
2 changed files with 2 additions and 2 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
* *

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.6-alpha-49093'; $wp_version = '5.6-alpha-49094';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.