Make WordPress Core

Ticket #5546: wpsettings.diff

File wpsettings.diff, 676 bytes (added by takayukister, 17 years ago)

single-quoted

  • wp-settings.php

     
    203203$prefix = $wpdb->set_prefix($table_prefix);
    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') )
    209209        require_once (ABSPATH . 'wp-content/object-cache.php');