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
This commit is contained in:
Sergey Biryukov 2024-12-05 22:05:20 +00:00
parent 03a5e578d8
commit ebce351835
2 changed files with 2 additions and 1 deletions

View File

@ -442,6 +442,7 @@ class WP_Query {
* via pre_get_posts hooks.
*
* @since 3.1.1
* @var bool
*/
private $query_vars_changed = true;

View File

@ -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.