Post edit collision detection fixes from mdawaffe. fixes #6043

git-svn-id: https://develop.svn.wordpress.org/trunk@7146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-04 00:05:30 +00:00
parent 742b6b7ceb
commit 9df4b3f641
8 changed files with 17 additions and 7 deletions
+1
View File
@@ -151,6 +151,7 @@ if ( ( 'edit' == $action) && current_user_can('delete_post', $post_ID) )
<br class="clear" />
<?php if ($post_ID): ?>
<?php printf(__('Last edited on %1$s at %2$s'), mysql2date(get_option('date_format'), $post->post_modified), mysql2date(get_option('time_format'), $post->post_modified)); ?>
<br class="clear" />
<?php endif; ?>
<span id="autosave"></span>
</p>