Make WordPress Core

Changeset 1325 in tests for trunk/includes/bootstrap.php


Ignore:
Timestamp:
07/28/2013 10:52:33 PM (11 years ago)
Author:
bpetty
Message:

Use WP_MULTISITE instead of WP_TESTS_MULTISITE for env since that's what everyone has been actually using for a while now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/bootstrap.php

    r1320 r1325  
    4040$PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php';
    4141
    42 if ( "1" == getenv( 'WP_TESTS_MULTISITE' ) ||
     42if ( "1" == getenv( 'WP_MULTISITE' ) ||
    4343    ( defined( 'WP_TESTS_MULTISITE') && WP_TESTS_MULTISITE ) ) {
    4444    $multisite = true;
Note: See TracChangeset for help on using the changeset viewer.