Changeset 1325 in tests for trunk/includes/bootstrap.php
- Timestamp:
- 07/28/2013 10:52:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/bootstrap.php
r1320 r1325 40 40 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php'; 41 41 42 if ( "1" == getenv( 'WP_ TESTS_MULTISITE' ) ||42 if ( "1" == getenv( 'WP_MULTISITE' ) || 43 43 ( defined( 'WP_TESTS_MULTISITE') && WP_TESTS_MULTISITE ) ) { 44 44 $multisite = true;
Note: See TracChangeset
for help on using the changeset viewer.