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:
nacin
2012-03-15 18:09:14 +00:00
parent 0fdd30d5f1
commit 8c841df86d
5 changed files with 6 additions and 6 deletions

View File

@@ -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>