Make WordPress Core

Ticket #42008: 42008.diff

File 42008.diff, 1.3 KB (added by Presskopp, 6 years ago)
  • src/wp-admin/install.php

     
    128128                        } else {
    129129                                ?>
    130130                                <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>
    132132                                <?php
    133133                        }
    134134                        ?>
     
    322322<p><?php _e( 'Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you&#8217;ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ); ?></p>
    323323
    324324<h2><?php _e( 'Information needed' ); ?></h2>
    325 <p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later.' ); ?></p>
     325<p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later <strong>except the username</strong>.' ); ?></p>
    326326
    327327                <?php
    328328                display_setup_form();