From e3117daaa8427657b0ec7002716ff051f8614cb0 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 18 Aug 2011 22:27:30 +0000 Subject: [PATCH] Remove old $base/BASE MU check. props mdawaffe, fixes #18479. git-svn-id: http://svn.automattic.com/wordpress/trunk@18568 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-settings.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wp-includes/ms-settings.php b/wp-includes/ms-settings.php index 9022313e5..42df103d4 100644 --- a/wp-includes/ms-settings.php +++ b/wp-includes/ms-settings.php @@ -10,10 +10,6 @@ * @since 3.0.0 */ -// $base sanity check. -if ( 'BASE' == $base ) - die( /*WP_I18N_BASE_ERROR*/'Configuration error in wp-config.php. $base is set to BASE when it should be like / or /blogs/.'/*/WP_I18N_BASE_ERROR*/ ); - /** Include Multisite initialization functions */ require( ABSPATH . WPINC . '/ms-load.php' ); require( ABSPATH . WPINC . '/ms-default-constants.php' );