From 47feb0640fa8279f58f2da29084fc073858ea260 Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 19 Mar 2012 19:30:07 +0000 Subject: [PATCH] Revert type="number" for the date/time fields as it introduces UI/styling issues, fixes #20217, see #17863 git-svn-id: http://svn.automattic.com/wordpress/trunk@20217 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 6896cf14e..8263b1554 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -598,10 +598,10 @@ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) { } $month .= ''; - $day = ''; - $year = ''; - $hour = ''; - $minute = ''; + $day = ''; + $year = ''; + $hour = ''; + $minute = ''; echo '
'; /* translators: 1: month input, 2: day input, 3: year input, 4: hour input, 5: minute input */