mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Cache API: Make network-queries and site-queries global cache groups.
Fixes a bug introduced in [55526]. The cache groups `network-queries` and `site-queries` store query results for network and site. These are network level data and should be stored in a global cache group. Props spacedmonkey, tillkruess, flixos90. See #57625. git-svn-id: https://develop.svn.wordpress.org/trunk@55537 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -759,9 +759,11 @@ function wp_start_object_cache() {
|
||||
'blog_meta',
|
||||
'global-posts',
|
||||
'networks',
|
||||
'network-queries',
|
||||
'sites',
|
||||
'site-details',
|
||||
'site-options',
|
||||
'site-queries',
|
||||
'site-transient',
|
||||
'rss',
|
||||
'users',
|
||||
|
||||
Reference in New Issue
Block a user