$scripts_to_print[] = 'user-profile';
display_header();
?>
<h1><?php
_ex( 'Welcome', 'Howdy'
); ?></h1>
<p><?php
_e( 'Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.'
); ?></p>
<h2><?php
_e( 'Information needed'
); ?></h2>
<p><?php
_e( 'Please provide the following information. Do not worry, you can always change these settings later.'
); ?></p>
<?php
display_setup_form();
break;
case 2:
if ( !
empty( $language ) &&
load_default_textdomain( $language ) ) { $loaded_language =
$language;
$GLOBALS['wp_locale'
] =
new WP_Locale();
} else { $loaded_language = 'en_US';
} if ( !
empty( $wpdb->error
) ) { wp_die( $wpdb->error->
get_error_message() );
}