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
This commit is contained in:
parent
48974fa6e2
commit
e3117daaa8
|
@ -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