Changeset 13622 for trunk/wp-includes/ms-settings.php
- Timestamp:
- 03/09/2010 06:14:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-settings.php
r13610 r13622 12 12 // $base sanity check. 13 13 if ( '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/".' ); 15 15 16 16 /** Include Multisite initialization functions */
Note: See TracChangeset
for help on using the changeset viewer.