Ticket #23405: 23405-01.patch
File 23405-01.patch, 498 bytes (added by , 12 years ago) |
---|
-
wp-includes/ms-blogs.php
252 252 function refresh_blog_details( $blog_id ) { 253 253 $blog_id = (int) $blog_id; 254 254 $details = get_blog_details( $blog_id, false ); 255 256 if ( !$details ) { 257 wp_cache_delete( $blog_id, 'blog-details' ); 258 $details = get_blog_details( $blog_id, false ); 259 } 255 260 256 261 clean_blog_cache( $details ); 257 262