Changeset 6522
- Timestamp:
- 12/29/07 09:10:51 (8 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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') )
