Make WordPress Core


Ignore:
Timestamp:
06/29/2014 10:50:44 PM (11 years ago)
Author:
nacin
Message:

Add initial unit tests for multisite's bootstrap.

props jeremyfelt.
fixes #27884.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-settings.php

    r28276 r28910  
    1111 */
    1212
    13 /** Include Multisite initialization functions */
    14 require( ABSPATH . WPINC . '/ms-load.php' );
    15 require( ABSPATH . WPINC . '/ms-default-constants.php' );
    16 
    17 if ( defined( 'SUNRISE' ) )
     13if ( defined( 'SUNRISE' ) ) {
    1814    include_once( WP_CONTENT_DIR . '/sunrise.php' );
     15}
    1916
    2017/** Check for and define SUBDOMAIN_INSTALL and the deprecated VHOST constant. */
Note: See TracChangeset for help on using the changeset viewer.