Ticket #42008: 42008.diff
File 42008.diff, 1.3 KB (added by , 6 years ago) |
---|
-
src/wp-admin/install.php
128 128 } else { 129 129 ?> 130 130 <input name="user_name" type="text" id="user_login" size="25" value="<?php echo esc_attr( sanitize_user( $user_name, true ) ); ?>" /> 131 <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol. ' ); ?></p>131 <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol. <strong>Usernames cannot be changed</strong>.' ); ?></p> 132 132 <?php 133 133 } 134 134 ?> … … 322 322 <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> 323 323 324 324 <h2><?php _e( 'Information needed' ); ?></h2> 325 <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later .' ); ?></p>325 <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later <strong>except the username</strong>.' ); ?></p> 326 326 327 327 <?php 328 328 display_setup_form();