From 8c841df86d4afcb32eade18b90314cd9e6a5325f Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 15 Mar 2012 18:09:14 +0000 Subject: [PATCH] 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 --- wp-admin/edit-form-comment.php | 2 +- wp-admin/includes/template.php | 2 +- wp-admin/network/site-users.php | 2 +- wp-admin/options-general.php | 4 ++-- wp-admin/user-edit.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index cb2f02d81..8cc4647af 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -92,7 +92,7 @@ $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); _e( 'E-mail:' ); } ?> - + diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index c74c9333a..6896cf14e 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -323,7 +323,7 @@ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single',
- +
diff --git a/wp-admin/network/site-users.php b/wp-admin/network/site-users.php index 1a36d38a5..9be8ed597 100644 --- a/wp-admin/network/site-users.php +++ b/wp-admin/network/site-users.php @@ -300,7 +300,7 @@ endif; ?> - + diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 6a7d6f8de..a4649b8b3 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -113,7 +113,7 @@ include('./admin-header.php'); - + @@ -132,7 +132,7 @@ include('./admin-header.php'); - + The new address will not become active until confirmed.') ?> - + ID . '_new_email' ); if ( $new_email && $new_email != $current_user->user_email ) : ?>