Make WordPress Core

Ticket #30034: #30034.patch

File #30034.patch, 723 bytes (added by Ankit K Gupta, 10 years ago)

patch file

  • wp-admin/install.php

     
    118118                                echo '<input name="user_name" type="hidden" value="admin" />';
    119119                        } else {
    120120                                ?><input name="user_name" type="text" id="user_login" size="25" value="<?php echo esc_attr( sanitize_user( $user_name, true ) ); ?>" />
    121                                 <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods and the @ symbol.' ); ?></p>
     121                                <p><?php _e( 'Username can have only alphanumeric characters, spaces, underscores, hyphens, periods and the @ symbol.' ); ?></p>
    122122                        <?php
    123123                        } ?>
    124124                        </td>