Changeset 12128 for trunk/wp-settings.php
- Timestamp:
- 10/29/2009 09:53:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r11966 r12128 305 305 wp_cache_init(); 306 306 if ( function_exists('wp_cache_add_global_groups') ) { 307 wp_cache_add_global_groups(array ('users', 'userlogins', 'usermeta' ));307 wp_cache_add_global_groups(array ('users', 'userlogins', 'usermeta', 'site-transient')); 308 308 wp_cache_add_non_persistent_groups(array( 'comment', 'counts', 'plugins' )); 309 309 }
Note: See TracChangeset
for help on using the changeset viewer.