Skip to content

Commit

Permalink
Query: Add since annotation to WP_Query::$query_cache_key.
Browse files Browse the repository at this point in the history
Follow up to [59766].

Props mukesh27.
See #59516.


git-svn-id: https://develop.svn.wordpress.org/trunk@59771 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
peterwilsoncc committed Feb 6, 2025
1 parent 2c27e7e commit 4b05a83
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 @@ -480,6 +480,7 @@ class WP_Query {
* The cache key is generated by the method ::generate_cache_key() after the
* query has been normalized.
*
* @since 6.8.0
* @var string
*/
private $query_cache_key = '';
Expand Down

0 comments on commit 4b05a83

Please sign in to comment.