Make WordPress Core

Ticket #42008: 42008.2.diff

File 42008.2.diff, 1.4 KB (added by danieltj, 8 years ago)
  • wp-admin/install.php

    diff --git wp-admin/install.php wp-admin/install.php
    index a21a12c..7dd20c1 100644
    function display_setup_form( $error = null ) { 
    125125                                echo '<input name="user_name" type="hidden" value="admin" />';
    126126                        } else {
    127127                                ?><input name="user_name" type="text" id="user_login" size="25" value="<?php echo esc_attr( sanitize_user( $user_name, true ) ); ?>" />
    128                                 <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol.' ); ?></p>
     128                                <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, the @ symbol and <strong>cannot be changed</strong>.' ); ?></p>
    129129                        <?php
    130130                        } ?>
    131131                        </td>
    switch($step) { 
    316316<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>
    317317
    318318<h2><?php _e( 'Information needed' ); ?></h2>
    319 <p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later.' ); ?></p>
     319<p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can change some of these settings later.' ); ?></p>
    320320
    321321<?php
    322322                display_setup_form();