[wp-trac] [WordPress Trac] #62022: Missing PHPDoc tag for WP_Query::$query_vars_changed
WordPress Trac
noreply at wordpress.org
Tue Sep 10 05:51:24 UTC 2024
#62022: Missing PHPDoc tag for WP_Query::$query_vars_changed
--------------------------+-----------------------------
Reporter: marian1 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Query | Version:
Severity: trivial | Keywords:
Focuses: docs |
--------------------------+-----------------------------
`@var bool $query_vars_changed` is missing for the property
`$query_vars_changed` of class `WP_Query`.
{{{#!php
<?php
/**
* Whether query vars have changed since the initial parse_query()
call. Used to catch modifications to query vars made
* via pre_get_posts hooks.
*
* @since 3.1.1
*/
private $query_vars_changed = true;
}}}
Lines 440-446 in wp-includes/class-wp-query.php
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62022>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list