diff -r f507feede89a -r 09a1c134465b web/wp-admin/setup-config.php --- a/web/wp-admin/setup-config.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-admin/setup-config.php Wed Dec 19 17:46:52 2012 -0800 @@ -85,7 +85,7 @@ * @package WordPress * @subpackage Installer_WP_Config */ -function display_header() { +function setup_config_display_header() { global $wp_version; header( 'Content-Type: text/html; charset=utf-8' ); @@ -96,16 +96,17 @@
wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php
." ); ?>
wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php
." ); ?>
' . __( 'Try Again' ) . ''; + $tryagain_link = '
' . __( 'Try again' ) . ''; if ( empty( $prefix ) ) wp_die( __( 'ERROR: "Table Prefix" must not be empty.' . $tryagain_link ) ); @@ -254,17 +255,24 @@ unset( $line ); if ( ! is_writable(ABSPATH) ) : - display_header(); + setup_config_display_header(); ?> -
wp-config.php file." ); ?>
+wp-config.php file." ); ?>
wp-config.php manually and paste the following text into it.' ); ?>
- - - + + + - + - +