Ticket #5546: wpsettings.diff
File wpsettings.diff, 676 bytes (added by , 17 years ago) |
---|
-
wp-settings.php
203 203 $prefix = $wpdb->set_prefix($table_prefix); 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') ) 209 209 require_once (ABSPATH . 'wp-content/object-cache.php');