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

@@ -323,7 +323,7 @@ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single',
<div class="inside">
<label for="author-email"><?php _e('E-mail') ?></label>
<input type="email" name="newcomment_author_email" size="50" value="" tabindex="102" id="author-email" />
<input type="text" name="newcomment_author_email" size="50" value="" tabindex="102" id="author-email" />
</div>
<div class="inside">