diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index 6c42a4d75b..34c4c342f5 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -377,7 +377,7 @@ function touch_time($edit = 1) { $checked = ' '; } - echo '

?
'; + echo '

'; $time_adj = time() + (get_settings('gmt_offset') * 3600); $post_date = $postdata->post_date; @@ -388,7 +388,6 @@ function touch_time($edit = 1) { $mn = ($edit) ? mysql2date('i', $post_date) : gmdate('i', $time_adj); $ss = ($edit) ? mysql2date('s', $post_date) : gmdate('s', $time_adj); - echo ''."\n"; echo " + @ : - : -

+ + :