X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..2376fb745f4ae8c6bd2353127524e0b28005143d:/wp-includes/load.php diff --git a/wp-includes/load.php b/wp-includes/load.php index a514498a..94058caf 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -579,7 +579,7 @@ function is_multisite() { if ( defined( 'MULTISITE' ) ) return MULTISITE; - if ( defined( 'VHOST' ) || defined( 'SUNRISE' ) ) + if ( defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) ) return true; return false;