From c8215773cef2ee0634a1b5ef2586b32d4718e9b7 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 5 Sep 2007 18:40:40 +0000 Subject: [PATCH] Fix link to others' drafts from nag. fixes #4912 git-svn-id: http://svn.automattic.com/wordpress/trunk@6038 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/post-new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) );