Changeset 53823 for trunk/src/wp-includes/load.php
- Timestamp:
- 08/04/2022 01:31:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r53749 r53823 732 732 733 733 if ( function_exists( 'wp_cache_add_global_groups' ) ) { 734 wp_cache_add_global_groups( array( 'users', 'userlogins', 'usermeta', 'user_meta', 'useremail', 'userslugs', 'site-transient', 'site-options', 'blog-lookup', 'blog-details', 'site-details', 'rss', 'global-posts', 'blog-id-cache', 'networks', 'sites', 'blog_meta' ) ); 734 wp_cache_add_global_groups( 735 array( 736 'users', 737 'userlogins', 738 'usermeta', 739 'user_meta', 740 'useremail', 741 'userslugs', 742 'site-transient', 743 'site-options', 744 'blog-lookup', 745 'blog-details', 746 'rss', 747 'global-posts', 748 'blog-id-cache', 749 'networks', 750 'sites', 751 'site-details', 752 'blog_meta', 753 ) 754 ); 755 735 756 wp_cache_add_non_persistent_groups( array( 'counts', 'plugins' ) ); 736 757 }
Note: See TracChangeset
for help on using the changeset viewer.