Make WordPress Core

Ticket #32644: 32644-r1.diff

File 32644-r1.diff, 672 bytes (added by brad2dabone, 9 years ago)
  • user-new.php

     
    8989        <table class="form-table">
    9090                <tr class="form-field form-required">
    9191                        <th scope="row"><label for="username"><?php _e( 'Username' ) ?></label></th>
    92                         <td><input type="text" class="regular-text" name="user[username]" id="username" /></td>
     92                        <td><input type="text" class="regular-text" name="user[username]" autocapitalize="none" autocorrect="off" id="username" /></td>
    9393                </tr>
    9494                <tr class="form-field form-required">
    9595                        <th scope="row"><label for="email"><?php _e( 'Email' ) ?></label></th>