From 088aa1e8648615ea9007a91846af895bbbea08e7 Mon Sep 17 00:00:00 2001 From: noisysocks Date: Tue, 6 Oct 2020 05:40:11 +0000 Subject: [PATCH] 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 --- wp-includes/query.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index 780c5d3e3e..071d81ff75 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -61,7 +61,7 @@ function get_queried_object_id() { } /** - * Set query variable. + * Set variable in the WP_Query class. * * @since 2.2.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6def84bd0a..dcee4701f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.