Changeset 6038

Show
Ignore:
Timestamp:
09/05/07 18:40:40 (1 year ago)
Author:
markjaquith
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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    );