Make WordPress Core


Ignore:
Timestamp:
03/09/2010 06:14:42 AM (15 years ago)
Author:
nacin
Message:

Allow localhost in a multisite subdirectory install. More network.php improvements. see #12457 for localhost. see #11816

File:
1 edited

Legend:

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

    r13610 r13622  
    1212// $base sanity check.
    1313if ( 'BASE' == $base )
    14     die( 'Configuration error in <code>wp-config.php<code>. <code>$base</code> is set to "BASE" when it should be the path like "/" or "/blogs/".' );
     14    die( 'Configuration error in <code>wp-config.php</code>. <code>$base</code> is set to "BASE" when it should be the path like "/" or "/blogs/".' );
    1515
    1616/** Include Multisite initialization functions */
Note: See TracChangeset for help on using the changeset viewer.