mirror of
git://develop.git.wordpress.org/
synced 2025-03-21 20:40:44 +01:00
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
This commit is contained in:
parent
2c27e7e4b2
commit
4b05a83848
@ -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 = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user