Changeset 22634 for trunk/wp-includes/ms-blogs.php
- Timestamp:
- 11/17/2012 03:11:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-blogs.php
r22185 r22634 328 328 else 329 329 do_action( 'make_undelete_blog', $blog_id ); 330 } 331 330 } 331 332 332 if ( isset( $details[ 'public' ] ) ) { 333 333 switch_to_blog( $blog_id ); … … 530 530 else 531 531 $global_groups = false; 532 532 533 533 wp_cache_init(); 534 534 … … 591 591 else 592 592 $global_groups = false; 593 593 594 594 wp_cache_init(); 595 595
Note: See TracChangeset
for help on using the changeset viewer.