Changeset 6038
- Timestamp:
- 09/05/07 18:40:40 (1 year ago)
- Files:
-
- trunk/wp-admin/post-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/post-new.php
r6037 r6038 49 49 'others_drafts', 50 50 __('Others’ Drafts:'), 51 'edit.php?post_status= pending&author=-' . $user_ID,51 'edit.php?post_status=draft&author=-' . $user_ID, 52 52 count($others_drafts)) 53 53 );
