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:
parent
ce57212c90
commit
1881a56cb5
@ -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' );
|
||||
|
Loading…
Reference in New Issue
Block a user