Changeset 7986 for trunk/wp-settings.php
- Timestamp:
- 05/22/2008 05:28:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r7961 r7986 220 220 221 221 wp_cache_init(); 222 if ( function_exists('wp_cache_add_global_groups') ) { 223 wp_cache_add_global_groups(array ('users', 'userlogins', 'usermeta')); 224 wp_cache_add_non_persistent_groups(array( 'comment', 'counts' )); 225 } 222 226 223 227 require (ABSPATH . WPINC . '/plugin.php');
Note: See TracChangeset
for help on using the changeset viewer.