Changeset 13610 for trunk/wp-includes/ms-settings.php
- Timestamp:
- 03/06/2010 07:36:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-settings.php
r13575 r13610 9 9 * @subpackage Multisite 10 10 */ 11 12 // $base sanity check. 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/".' ); 11 15 12 16 /** Include Multisite initialization functions */
Note: See TracChangeset
for help on using the changeset viewer.