We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa505a commit f7f6e82Copy full SHA for f7f6e82
sunrise.php
@@ -12,6 +12,8 @@
12
$current_blog->blog_id = $current_blog->site_id = $current_blog->public = 1;
13
$current_blog->archived = $current_blog->deleted = $current_blog->spam = 0;
14
15
+ add_filter( 'ms_site_check', '__return_true' );
16
+
17
if ( ! defined( 'WP_INSTALLING' ) ) {
18
// Okay, see if we can find the main site in the DB.
19
// If not, time for a new network install.
0 commit comments