Make WordPress Core


Ignore:
Timestamp:
05/03/2012 04:41:59 PM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r20700 r20715  
    164164
    165165if ( ! is_string( $wpdb->base_prefix ) || '' === $wpdb->base_prefix ) {
    166     display_header();   
     166    display_header();
    167167    die( '<h1>' . __( 'Configuration Error' ) . '</h1><p>' . __( 'Your <code>wp-config.php</code> file has an empty database table prefix, which is not supported.' ) . '</p></body></html>' );
    168168}
Note: See TracChangeset for help on using the changeset viewer.