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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user