Make WordPress Core

Ticket #20220: ms-settings.php.patch

File ms-settings.php.patch, 542 bytes (added by sboisvert, 13 years ago)
  • wp-includes/ms-settings.php

     
    1414require( ABSPATH . WPINC . '/ms-load.php' );
    1515require( ABSPATH . WPINC . '/ms-default-constants.php' );
    1616
    17 if ( defined( 'SUNRISE' ) )
     17if ( defined( 'SUNRISE' ) && SUNRISE === 'on' )
    1818        include_once( WP_CONTENT_DIR . '/sunrise.php' );
    1919
    2020/** Check for and define SUBDOMAIN_INSTALL and the deprecated VHOST constant. */