Changeset 18568 for trunk/wp-includes/ms-settings.php
- Timestamp:
- 08/18/2011 10:27:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-settings.php
r16633 r18568 10 10 * @since 3.0.0 11 11 */ 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*/ );16 12 17 13 /** Include Multisite initialization functions */
Note: See TracChangeset
for help on using the changeset viewer.