Ticket #23405: 23405.diff
File 23405.diff, 505 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 if ( -1 === $details ){ 256 $details = (object) array( 257 'blog_id' => $blog_id, 258 'domain' => null, 259 'path' => null 260 ); 261 } 255 262 256 263 clean_blog_cache( $details ); 257 264