Changeset 15968 for trunk/wp-includes/load.php
- Timestamp:
- 10/26/2010 03:45:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r15746 r15968 648 648 return MULTISITE; 649 649 650 if ( defined( ' VHOST' ) || defined( 'SUNRISE' ) )650 if ( defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) ) 651 651 return true; 652 652
Note: See TracChangeset
for help on using the changeset viewer.