From a9b08b8e16720b99307aa8a826ada2980b06ad3d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 17 Dec 2023 02:48:29 +0000 Subject: [PATCH] Docs: Correct `$wp_the_query` global reference in `WP_Query::is_main_query()`. Follow-up to [18699], [32620], [34337], [45739]. See #59651. Built from https://develop.svn.wordpress.org/trunk@57195 git-svn-id: http://core.svn.wordpress.org/trunk@56706 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-query.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php index a9ed269d72..e6a3e6b743 100644 --- a/wp-includes/class-wp-query.php +++ b/wp-includes/class-wp-query.php @@ -4661,7 +4661,7 @@ class WP_Query { * * @since 3.3.0 * - * @global WP_Query $wp_query WordPress Query object. + * @global WP_Query $wp_the_query WordPress Query object. * * @return bool Whether the query is the main query. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 430439eea6..64f9829dba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57194'; +$wp_version = '6.5-alpha-57195'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.