diff --git wp-admin/install.php wp-admin/install.php
index 0021421..ca96723 100644
|
|
function display_setup_form( $error = null ) { |
127 | 127 | echo '<input name="user_name" type="hidden" value="admin" />'; |
128 | 128 | } else { |
129 | 129 | ?><input name="user_name" type="text" id="user_login" size="25" value="<?php echo esc_attr( sanitize_user( $user_name, true ) ); ?>" /> |
130 | | <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol.' ); ?></p> |
| 130 | <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, the @ symbol and <strong>cannot be changed</strong>.' ); ?></p> |
131 | 131 | <?php |
132 | 132 | } ?> |
133 | 133 | </td> |
… |
… |
switch($step) { |
318 | 318 | <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> |
319 | 319 | |
320 | 320 | <h2><?php _e( 'Information needed' ); ?></h2> |
321 | | <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later.' ); ?></p> |
| 321 | <p><?php _e( 'Please provide the following information. Don’t worry, you can change most of these settings later.' ); ?></p> |
322 | 322 | |
323 | 323 | <?php |
324 | 324 | display_setup_form(); |