Changeset 6522
- Timestamp:
- 12/29/2007 09:10:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r6514 r6522 204 204 205 205 if ( is_wp_error($prefix) ) 206 wp_die( "<strong>ERROR</strong>: <code>$table_prefix</code> in <code>wp-config.php</code> can only contain numbers, letters, and underscores.");206 wp_die('<strong>ERROR</strong>: <code>$table_prefix</code> in <code>wp-config.php</code> can only contain numbers, letters, and underscores.'); 207 207 208 208 if ( file_exists(ABSPATH . 'wp-content/object-cache.php') )
Note: See TracChangeset
for help on using the changeset viewer.