Skip to content

Commit

Permalink
Docs: Add missing @var tag for WP_Query::$query_vars_changed.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SergeyBiryukov committed Dec 5, 2024
1 parent 59a6b5e commit d45a119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/class-wp-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ class WP_Query {
* via pre_get_posts hooks.
*
* @since 3.1.1
* @var bool
*/
private $query_vars_changed = true;

Expand Down

0 comments on commit d45a119

Please sign in to comment.