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)); ?> +