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

git-svn-id: https://develop.svn.wordpress.org/trunk@6038 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-09-05 18:40:40 +00:00
parent 59d491abd0
commit fc12da3d9b
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))
);