Ticket #22787: 22787.diff
File 22787.diff, 448 bytes (added by , 12 years ago) |
---|
-
wp-includes/ms-settings.php
128 128 $table_prefix = $wpdb->get_blog_prefix(); 129 129 $_wp_switched_stack = array(); 130 130 $switched = false; 131 if ( ! isset( $base ) ) 132 $base = $current_site->path; 131 133 132 134 // need to init cache again after blog_id is set 133 135 wp_start_object_cache();