Query: Add since annotation to WP_Query::$query_cache_key.

Follow up to [59766].

Props mukesh27.
See #59516.

Built from https://develop.svn.wordpress.org/trunk@59771


git-svn-id: http://core.svn.wordpress.org/trunk@59113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2025-02-06 20:58:23 +00:00
parent 16bc9210d6
commit 55f06e4f34
2 changed files with 2 additions and 1 deletions

View File

@ -480,6 +480,7 @@ class WP_Query {
* The cache key is generated by the method ::generate_cache_key() after the * The cache key is generated by the method ::generate_cache_key() after the
* query has been normalized. * query has been normalized.
* *
* @since 6.8.0
* @var string * @var string
*/ */
private $query_cache_key = ''; private $query_cache_key = '';

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.8-alpha-59770'; $wp_version = '6.8-alpha-59771';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.