Make WordPress Core

Ticket #42008: 42008.3.diff

File 42008.3.diff, 1.4 KB (added by danieltj, 7 years ago)

Patch refresh

  • wp-admin/install.php

    diff --git wp-admin/install.php wp-admin/install.php
    index 0021421..ca96723 100644
    function display_setup_form( $error = null ) { 
    127127                                echo '<input name="user_name" type="hidden" value="admin" />';
    128128                        } else {
    129129                                ?><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>
    131131                        <?php
    132132                        } ?>
    133133                        </td>
    switch($step) { 
    318318<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>
    319319
    320320<h2><?php _e( 'Information needed' ); ?></h2>
    321 <p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later.' ); ?></p>
     321<p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can change most of these settings later.' ); ?></p>
    322322
    323323<?php
    324324                display_setup_form();