From 197ec5d82eae45c588d26a6c12e47ae5cd312a94 Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@20217 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 6896cf14e4..8263b15549 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 */