From ebce3518351c4dcc229fc49c6b996a933c875cd5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 5 Dec 2024 22:05:20 +0000 Subject: [PATCH] Docs: Add missing `@var` tag for `WP_Query::$query_vars_changed`. Follow-up to [17552]. Props marian1, jigar-bhanushali, martin.krcho, parthvataliya. Fixes #62022. Built from https://develop.svn.wordpress.org/trunk@59495 git-svn-id: http://core.svn.wordpress.org/trunk@58881 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-query.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php index bc673191a8..f95cb6149f 100644 --- a/wp-includes/class-wp-query.php +++ b/wp-includes/class-wp-query.php @@ -442,6 +442,7 @@ class WP_Query { * via pre_get_posts hooks. * * @since 3.1.1 + * @var bool */ private $query_vars_changed = true; diff --git a/wp-includes/version.php b/wp-includes/version.php index a115eeaa39..f004b12f15 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59494'; +$wp_version = '6.8-alpha-59495'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.