Changeset 16359 for trunk/wp-includes/ms-blogs.php
- Timestamp:
- 11/13/2010 11:11:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-blogs.php
r15843 r16359 501 501 $global_groups = false; 502 502 503 wp_ cache_init();503 wp_start_object_cache(); 504 504 if ( function_exists('wp_cache_add_global_groups') ) { 505 505 if ( is_array( $global_groups ) ) … … 565 565 $global_groups = false; 566 566 567 wp_ cache_init();567 wp_start_object_cache(); 568 568 if ( function_exists('wp_cache_add_global_groups') ) { 569 569 if ( is_array( $global_groups ) )
Note: See TracChangeset
for help on using the changeset viewer.