Make WordPress Core

Changeset 15967


Ignore:
Timestamp:
10/26/2010 03:44:56 AM (14 years ago)
Author:
nacin
Message:

Also look for SUBDOMAIN_INSTALL in is_multisite(). props wpmuguru, fixes #14536 for 3.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/wp-includes/load.php

    r15240 r15967  
    580580        return MULTISITE;
    581581
    582     if ( defined( 'VHOST' ) || defined( 'SUNRISE' ) )
     582    if ( defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) )
    583583        return true;
    584584
Note: See TracChangeset for help on using the changeset viewer.