]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/load.php
Wordpress 3.0.4-scripts
[autoinstalls/wordpress.git] / wp-includes / load.php
index a514498a29e2c9b3b8a7332cc6821c01c4cff442..94058caf284c6b4ce89dcb502e5d1850e81cae0a 100644 (file)
@@ -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;