From fc12da3d9b27185f6072372d0d6df4747a348570 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 5 Sep 2007 18:40:40 +0000 Subject: [PATCH] Fix link to others' drafts from nag. fixes #4912 git-svn-id: https://develop.svn.wordpress.org/trunk@6038 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 d0b5bb16ca..12b5598e8a 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)) );