Ticket #14536: 14536.diff

File 14536.diff, 425 bytes (added by wpmuguru, 3 years ago)
Line 
1Index: wp-includes/load.php
2===================================================================
3--- wp-includes/load.php        (revision 15489)
4+++ wp-includes/load.php        (working copy)
5@@ -595,7 +595,7 @@
6        if ( defined( 'MULTISITE' ) )
7                return MULTISITE;
8 
9-       if ( defined( 'VHOST' ) || defined( 'SUNRISE' ) )
10+       if ( defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) )
11                return true;
12 
13        return false;