Changeset 6522

Show
Ignore:
Timestamp:
12/29/07 09:10:51 (8 months ago)
Author:
westi
Message:

Use ' not " so we don't expand. Fixes #5546 props takayukister.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r6514 r6522  
    204204 
    205205if ( 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.'); 
    207207 
    208208if ( file_exists(ABSPATH . 'wp-content/object-cache.php') )