Ticket #32644: 32644-r1.diff
File 32644-r1.diff, 672 bytes (added by , 9 years ago) |
---|
-
user-new.php
89 89 <table class="form-table"> 90 90 <tr class="form-field form-required"> 91 91 <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> 93 93 </tr> 94 94 <tr class="form-field form-required"> 95 95 <th scope="row"><label for="email"><?php _e( 'Email' ) ?></label></th>