diff --git a/wp-settings.php b/wp-settings.php index 4345c49d4..14fedff67 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -203,7 +203,7 @@ if ( !empty($wpdb->error) ) $prefix = $wpdb->set_prefix($table_prefix); if ( is_wp_error($prefix) ) - wp_die("ERROR: $table_prefix in wp-config.php can only contain numbers, letters, and underscores."); + wp_die('ERROR: $table_prefix in wp-config.php can only contain numbers, letters, and underscores.'); if ( file_exists(ABSPATH . 'wp-content/object-cache.php') ) require_once (ABSPATH . 'wp-content/object-cache.php');