Ticket #20220: ms-settings.php.patch
File ms-settings.php.patch, 542 bytes (added by , 13 years ago) |
---|
-
wp-includes/ms-settings.php
14 14 require( ABSPATH . WPINC . '/ms-load.php' ); 15 15 require( ABSPATH . WPINC . '/ms-default-constants.php' ); 16 16 17 if ( defined( 'SUNRISE' ) )17 if ( defined( 'SUNRISE' ) && SUNRISE === 'on' ) 18 18 include_once( WP_CONTENT_DIR . '/sunrise.php' ); 19 19 20 20 /** Check for and define SUBDOMAIN_INSTALL and the deprecated VHOST constant. */