Skip to content

Commit 4b05a83

Browse files
committed
Query: Add since annotation to WP_Query::$query_cache_key.
Follow up to [59766]. Props mukesh27. See #59516. git-svn-id: https://develop.svn.wordpress.org/trunk@59771 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2c27e7e commit 4b05a83

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
@@ -480,6 +480,7 @@ class WP_Query {
480480
* The cache key is generated by the method ::generate_cache_key() after the
481481
* query has been normalized.
482482
*
483+
* @since 6.8.0
483484
* @var string
484485
*/
485486
private $query_cache_key = '';

0 commit comments

Comments
 (0)