Make WordPress Core

Changeset 16597


Ignore:
Timestamp:
11/26/2010 09:38:38 PM (14 years ago)
Author:
ryan
Message:

Revert [16359]. Deal with it in 3.2. see #15361

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-blogs.php

    r16469 r16597  
    501501        $global_groups = false;
    502502
    503     wp_start_object_cache();
     503    wp_cache_init();
    504504    if ( function_exists('wp_cache_add_global_groups') ) {
    505505        if ( is_array( $global_groups ) )
     
    565565        $global_groups = false;
    566566
    567     wp_start_object_cache();
     567    wp_cache_init();
    568568    if ( function_exists('wp_cache_add_global_groups') ) {
    569569        if ( is_array( $global_groups ) )
Note: See TracChangeset for help on using the changeset viewer.