mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 06:55:28 +00:00
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:
parent
16bc9210d6
commit
55f06e4f34
@ -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 = '';
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user