Remove old $base/BASE MU check. props mdawaffe, fixes #18479.

git-svn-id: https://develop.svn.wordpress.org/trunk@18568 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-08-18 22:27:30 +00:00
parent ce57212c90
commit 1881a56cb5
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@
* @since 3.0.0
*/
// $base sanity check.
if ( 'BASE' == $base )
die( /*WP_I18N_BASE_ERROR*/'Configuration error in <code>wp-config.php</code>. <code>$base</code> is set to <code>BASE</code> when it should be like <code>/</code> or <code>/blogs/</code>.'/*/WP_I18N_BASE_ERROR*/ );
/** Include Multisite initialization functions */
require( ABSPATH . WPINC . '/ms-load.php' );
require( ABSPATH . WPINC . '/ms-default-constants.php' );