From 3ba79451356cc1099fbacde7957a21e67a559b99 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sun, 1 Aug 2004 08:28:56 +0000 Subject: [PATCH] Tweaking of time form git-svn-id: https://develop.svn.wordpress.org/trunk@1506 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-functions.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 " + @ : - : -

+ + :