diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 4a285be09a..623da13f98 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -2515,7 +2515,7 @@ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) { $month .= ''; $day = ''; - $year = ''; + $year = ''; $hour = ''; $minute = ''; /* translators: 1: month input, 2: day input, 3: year input, 4: hour input, 5: minute input */