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 */