diff --git a/wp-admin/post-new.php b/wp-admin/post-new.php index d0b5bb16c..12b5598e8 100644 --- a/wp-admin/post-new.php +++ b/wp-admin/post-new.php @@ -48,7 +48,7 @@ $nag_posts = array( array( 'others_drafts', __('Others’ Drafts:'), - 'edit.php?post_status=pending&author=-' . $user_ID, + 'edit.php?post_status=draft&author=-' . $user_ID, count($others_drafts)) );