Skip to content

Commit d45a119

Browse files
Docs: Add missing @var tag for WP_Query::$query_vars_changed.
Follow-up to [17552]. Props marian1, jigar-bhanushali, martin.krcho, parthvataliya. Fixes #62022. git-svn-id: https://develop.svn.wordpress.org/trunk@59495 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 59a6b5e commit d45a119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-includes/class-wp-query.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ class WP_Query {
442442
* via pre_get_posts hooks.
443443
*
444444
* @since 3.1.1
445+
* @var bool
445446
*/
446447
private $query_vars_changed = true;
447448

0 commit comments

Comments
 (0)