Changeset 20715 for trunk/wp-admin/install.php
- Timestamp:
- 05/03/2012 04:41:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r20700 r20715 164 164 165 165 if ( ! is_string( $wpdb->base_prefix ) || '' === $wpdb->base_prefix ) { 166 display_header(); 166 display_header(); 167 167 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>' ); 168 168 }
Note: See TracChangeset
for help on using the changeset viewer.