Changeset 14000 for trunk/wp-includes/load.php
- Timestamp:
- 04/05/2010 12:00:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r13830 r14000 569 569 */ 570 570 function is_multisite() { 571 if ( defined( 'MULTISITE' ) && ! MULTISITE ) 572 return false; 573 571 574 if ( ( defined( 'MULTISITE' ) && MULTISITE ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) ) 572 575 return true;
Note: See TracChangeset
for help on using the changeset viewer.