Make WordPress Core

Ticket #14536: 14536.diff

File 14536.diff, 425 bytes (added by wpmuguru, 14 years ago)
  • wp-includes/load.php

     
    595595        if ( defined( 'MULTISITE' ) )
    596596                return MULTISITE;
    597597
    598         if ( defined( 'VHOST' ) || defined( 'SUNRISE' ) )
     598        if ( defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) )
    599599                return true;
    600600
    601601        return false;