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:
parent
f396867f60
commit
c8215773ce
|
@ -48,7 +48,7 @@ $nag_posts = array(
|
||||||
array(
|
array(
|
||||||
'others_drafts',
|
'others_drafts',
|
||||||
__('Others’ Drafts:'),
|
__('Others’ Drafts:'),
|
||||||
'edit.php?post_status=pending&author=-' . $user_ID,
|
'edit.php?post_status=draft&author=-' . $user_ID,
|
||||||
count($others_drafts))
|
count($others_drafts))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue