diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php
index 96ee916e56..a63791b743 100644
--- a/wp-admin/admin-functions.php
+++ b/wp-admin/admin-functions.php
@@ -836,14 +836,11 @@ function update_meta($mid, $mkey, $mvalue) {
function touch_time($edit = 1, $for_post = 1) {
global $month, $post, $comment;
- if ($for_post && ('draft' == $post->post_status)) {
- $checked = 'checked="checked" ';
- $edit = false;
- } else {
- $checked = ' ';
- }
- echo '