Ticket #24760: 24760_2.patch
File 24760_2.patch, 672 bytes (added by , 9 years ago) |
---|
-
wp-includes/ms-settings.php
135 135 ms_not_installed( $domain, $path ); 136 136 } 137 137 138 // @todo Investigate when exactly this can occur.138 // This occurs when following the activation link sent via email in subdomain installs 139 139 if ( empty( $current_blog ) && wp_installing() ) { 140 140 $current_blog = new stdClass; 141 141 $current_blog->blog_id = $blog_id = 1; 142 $current_blog->domain = $domain; 143 $current_blog->path = '/'; 144 $current_blog->public = 1; 142 145 } 143 146 144 147 // No site has been found, bail.