Changeset 8068 for trunk/wp-settings.php
- Timestamp:
- 06/10/2008 04:57:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r8006 r8068 223 223 if ( function_exists('wp_cache_add_global_groups') ) { 224 224 wp_cache_add_global_groups(array ('users', 'userlogins', 'usermeta')); 225 wp_cache_add_non_persistent_groups(array( 'comment', 'counts' ));225 wp_cache_add_non_persistent_groups(array( 'comment', 'counts', 'plugins' )); 226 226 } 227 227
Note: See TracChangeset
for help on using the changeset viewer.