Make WordPress Core


Ignore:
Timestamp:
08/18/2011 10:27:30 PM (13 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-settings.php

    r16633 r18568  
    1010 * @since 3.0.0
    1111 */
    12 
    13 // $base sanity check.
    14 if ( 'BASE' == $base )
    15     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*/ );
    1612
    1713/** Include Multisite initialization functions */
Note: See TracChangeset for help on using the changeset viewer.