Ticket #14536: 14536.diff
File 14536.diff, 425 bytes (added by , 14 years ago) |
---|
-
wp-includes/load.php
595 595 if ( defined( 'MULTISITE' ) ) 596 596 return MULTISITE; 597 597 598 if ( defined( ' VHOST' ) || defined( 'SUNRISE' ) )598 if ( defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) ) 599 599 return true; 600 600 601 601 return false;