Make WordPress Core

Changeset 6522


Ignore:
Timestamp:
12/29/2007 09:10:51 AM (17 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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') )
Note: See TracChangeset for help on using the changeset viewer.