Revert type="email" (HTML5) as some browsers that do validation on these fields do not work for IDN domains yet. Core does not support these well either, but server-side validation can at least be dealt with by a plugin. see #17863.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -300,7 +300,7 @@ endif; ?>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Email' ) ?></th>
|
||||
<td><input type="email" class="regular-text" name="user[email]" /></td>
|
||||
<td><input type="text" class="regular-text" name="user[email]" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Role'); ?></th>
|
||||
|
||||
Reference in New Issue
Block a user