From 5bfe19954d50ef64104b3e46a1e420f43506ba8d Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 16 Jan 2008 07:26:41 +0000 Subject: [PATCH] Add date display and pending status. git-svn-id: http://svn.automattic.com/wordpress/trunk@6623 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 1619a79bc2..51e3d0f14b 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -93,21 +93,36 @@ addLoadEvent(focusit);
-

+

+post_status ) + $time = __('Scheduled for:
%1$s at %2$s'); +else if ( 'publish' == $post->post_status ) + $time = __('Published on:
%1$s at %2$s'); +else + $time = __('Saved on:
%1$s at %2$s'); +?> +

post_date), mysql2date(get_option('time_format'), $post->post_date)); ?> +