Move ms-load.php and ms-default-constants.php inclusion back to ms-settings.php to avoid breaking WP-CLI.
Use require_once() to allow for ms-settings.php to be included multiple times while testing. props jeremyfelt. see #27884. Built from https://develop.svn.wordpress.org/trunk@28934 git-svn-id: http://core.svn.wordpress.org/trunk@28732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
||||
/** Include Multisite initialization functions */
|
||||
require_once( ABSPATH . WPINC . '/ms-load.php' );
|
||||
require_once( ABSPATH . WPINC . '/ms-default-constants.php' );
|
||||
|
||||
if ( defined( 'SUNRISE' ) ) {
|
||||
include_once( WP_CONTENT_DIR . '/sunrise.php' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user