Changeset 25615 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 09/24/2013 11:40:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r25276 r25615 499 499 500 500 $wpdb->set_blog_id( $new_blog ); 501 $GLOBALS['table_prefix'] = $wpdb-> prefix;501 $GLOBALS['table_prefix'] = $wpdb->get_blog_prefix(); 502 502 $prev_blog_id = $GLOBALS['blog_id']; 503 503 $GLOBALS['blog_id'] = $new_blog; … … 562 562 $prev_blog_id = $GLOBALS['blog_id']; 563 563 $GLOBALS['blog_id'] = $blog; 564 $GLOBALS['table_prefix'] = $wpdb-> prefix;564 $GLOBALS['table_prefix'] = $wpdb->get_blog_prefix(); 565 565 566 566 if ( function_exists( 'wp_cache_switch_to_blog' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.