From f1c7a9684172668432646ba8f991dce1d0f30f45 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 16 Jan 2008 07:26:41 +0000 Subject: [PATCH] Add date display and pending status. git-svn-id: https://develop.svn.wordpress.org/trunk@6623 602fd350-edb4-49c9-b593-d223f7449a82 --- 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)); ?> +