diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 16c0ff7ef5..2fa888c9bc 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -137,7 +137,7 @@ switch ( $post->post_status ) {
-
+
'; @@ -2249,7 +2249,7 @@ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) { $year = ''; $hour = ''; $minute = ''; - printf(_c('%1$s%2$s, %3$s @ %4$s : %5$s|1: month input, 2: day input, 3: year input, 4: hour input, 5: minute input'), $month, $day, $year, $hour, $minute); + printf(_c('%1$s%2$s, %3$s
@ %4$s : %5$s|1: month input, 2: day input, 3: year input, 4: hour input, 5: minute input'), $month, $day, $year, $hour, $minute); if ( $multi ) return; @@ -2260,8 +2260,10 @@ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) { +

+