From cca3076b50dfb296e8e553845e03f9e25a08bd7a Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 29 Oct 2008 08:19:15 +0000 Subject: [PATCH] Publish box tweaks git-svn-id: https://develop.svn.wordpress.org/trunk@9398 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 2 +- wp-admin/includes/template.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 ) { +

+