diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php
index 51e3d0f14b..d8a7cf99dd 100644
--- a/wp-admin/edit-form-advanced.php
+++ b/wp-admin/edit-form-advanced.php
@@ -141,8 +141,11 @@ if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_I
if ( ('edit' == $action) && current_user_can('delete_post', $post_ID) )
echo "post_status) ? __("You are about to delete this draft '%s'\n 'Cancel' to stop, 'OK' to delete.") : __("You are about to delete this post '%s'\n 'Cancel' to stop, 'OK' to delete."), $post->post_title )) . "') ) { return true;}return false;\">" . __('Delete post') . "";
?>
+
+
+post_modified), mysql2date(get_option('time_format'), $post->post_modified)); ?>
+