mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Revert [16359]. Deal with it in 3.2. see #15361
git-svn-id: http://svn.automattic.com/wordpress/trunk@16597 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
21650c59bc
commit
6dc6d9892f
@ -500,7 +500,7 @@ function switch_to_blog( $new_blog, $validate = false ) {
|
||||
else
|
||||
$global_groups = false;
|
||||
|
||||
wp_start_object_cache();
|
||||
wp_cache_init();
|
||||
if ( function_exists('wp_cache_add_global_groups') ) {
|
||||
if ( is_array( $global_groups ) )
|
||||
wp_cache_add_global_groups( $global_groups );
|
||||
@ -564,7 +564,7 @@ function restore_current_blog() {
|
||||
else
|
||||
$global_groups = false;
|
||||
|
||||
wp_start_object_cache();
|
||||
wp_cache_init();
|
||||
if ( function_exists('wp_cache_add_global_groups') ) {
|
||||
if ( is_array( $global_groups ) )
|
||||
wp_cache_add_global_groups( $global_groups );
|
||||
|
Loading…
Reference in New Issue
Block a user