From 34a9527acf54573d1255e097ad6cc6961e5869d7 Mon Sep 17 00:00:00 2001 From: Robert Anderson Date: Tue, 6 Oct 2020 05:38:46 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@49094 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 780c5d3e3e..071d81ff75 100644 --- a/src/wp-includes/query.php +++ b/src/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 *