Make WordPress Core

Changeset 6038


Ignore:
Timestamp:
09/05/2007 06:40:40 PM (19 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.