Use ' not " so we don't expand. Fixes #5546 props takayukister.
git-svn-id: https://develop.svn.wordpress.org/trunk@6522 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e605fb7f4d
commit
370976d8d1
@ -203,7 +203,7 @@ if ( !empty($wpdb->error) )
|
||||
$prefix = $wpdb->set_prefix($table_prefix);
|
||||
|
||||
if ( is_wp_error($prefix) )
|
||||
wp_die("<strong>ERROR</strong>: <code>$table_prefix</code> in <code>wp-config.php</code> can only contain numbers, letters, and underscores.");
|
||||
wp_die('<strong>ERROR</strong>: <code>$table_prefix</code> in <code>wp-config.php</code> can only contain numbers, letters, and underscores.');
|
||||
|
||||
if ( file_exists(ABSPATH . 'wp-content/object-cache.php') )
|
||||
require_once (ABSPATH . 'wp-content/object-cache.php');
|
||||
|
Loading…
Reference in New Issue
Block a user