Fix link to others' drafts from nag. fixes #4912

git-svn-id: http://svn.automattic.com/wordpress/trunk@6038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-09-05 18:40:40 +00:00
parent f396867f60
commit c8215773ce
1 changed files with 1 additions and 1 deletions

View File

@ -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))
);