Changeset 1387
- Timestamp:
- 07/21/08 10:59:29 (5 months ago)
- Files:
-
- trunk/wp-includes/wpmu-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wpmu-functions.php
r1385 r1387 361 361 return; 362 362 363 $wp_object_cache->switched_cache[ $blog_id ] = $wp_object_cache->cache; 364 unset( $wp_object_cache->cache ); 365 363 366 $wpdb->set_blog_id($new_blog); 364 367 $table_prefix = $wpdb->prefix; … … 388 391 if ( $blog_id == $blog ) 389 392 return; 393 394 $wp_object_cache->cache = $wp_object_cache->switched_cache[ $blog ]; 395 unset( $wp_object_cache->switched_cache[ $blog ] ); 390 396 391 397 $wpdb->set_blog_id($blog);
