mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
Coding Standards: Wrap long lines with global cache groups for better readability.
Follow-up to [946/tests], [1060/tests], [https://mu.trac.wordpress.org/changeset/1784 mu1784], [https://mu.trac.wordpress.org/changeset/2032 mu2032] [https://mu.trac.wordpress.org/changeset/2029 mu2029], [7986], [12128], [12603], [12688], [12732], [12755], [13125], [14009], [15482], [21403], [22092], [31347], [31348], [36258], [36393], [36413], [37918], [40343], [40347], [42836]. See #55647. git-svn-id: https://develop.svn.wordpress.org/trunk@53823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -807,7 +807,16 @@ class WP_Object_Cache {
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $global_groups = array( 'users', 'userlogins', 'usermeta', 'site-options', 'site-lookup', 'blog-lookup', 'blog-details', 'rss' );
|
||||
public $global_groups = array(
|
||||
'users',
|
||||
'userlogins',
|
||||
'usermeta',
|
||||
'site-options',
|
||||
'site-lookup',
|
||||
'blog-lookup',
|
||||
'blog-details',
|
||||
'rss',
|
||||
);
|
||||
|
||||
/**
|
||||
* List of groups not saved to Memcached.
|
||||
|
||||
Reference in New Issue
Block a user