Ticket #41285: 41285.patch
File 41285.patch, 512 bytes (added by , 7 years ago) |
---|
-
wp-includes/ms-settings.php
73 73 unset( $bootstrap_result ); 74 74 75 75 $blog_id = $current_blog->blog_id; 76 $public = $current_blog->public; 77 76 78 77 if ( empty( $current_blog->site_id ) ) { 79 78 // This dates to [MU134] and shouldn't be relevant anymore, 80 79 // but it could be possible for arguments passed to insert_blog() etc.