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:
parent
59d491abd0
commit
fc12da3d9b
@ -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…
x
Reference in New Issue
Block a user