Make WordPress Core


Ignore:
Timestamp:
09/05/2007 06:40:40 PM (17 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post-new.php

    r6037 r6038  
    4949        'others_drafts',
    5050        __('Others’ Drafts:'),
    51         'edit.php?post_status=pending&author=-' . $user_ID,
     51        'edit.php?post_status=draft&author=-' . $user_ID,
    5252        count($others_drafts))
    5353    );
Note: See TracChangeset for help on using the changeset viewer.