Ticket #32643: 32643.diff
File 32643.diff, 674 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/network/user-new.php
93 93 </tr> 94 94 <tr class="form-field form-required"> 95 95 <th scope="row"><label for="email"><?php _e( 'Email' ) ?></label></th> 96 <td><input type=" text" class="regular-text" name="user[email]" id="email"/></td>96 <td><input type="email" class="regular-text" name="user[email]" id="email"/></td> 97 97 </tr> 98 98 <tr class="form-field"> 99 99 <td colspan="2"><?php _e( 'Username and password will be mailed to the above email address.' ) ?></td>