Make WordPress Core


Ignore:
Timestamp:
11/25/2008 07:16:22 PM (17 years ago)
Author:
ryan
Message:

More Favorites

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r9871 r9876  
    30813081function favorite_actions() {
    30823082    $actions = array(
    3083         'post-new.php' => array(__('Add New Post'), 'edit_posts'),
    3084         'page-new.php' => array(__('Add New Page'), 'edit_pages'),
    3085         'edit-comments.php' => array(__('Manage Comments'), 'moderate_comments')
     3083        'post-new.php' => array(__('New Post'), 'edit_posts'),
     3084        'edit.php?post_status=draft' => array(__('Drafts'), 'edit_posts'), 
     3085        'page-new.php' => array(__('New Page'), 'edit_pages'),
     3086        'media-new.php' => array(__('Upload'), 'upload_files'),
     3087        'edit-comments.php' => array(__('Comments'), 'moderate_comments')
    30863088        );
    30873089
Note: See TracChangeset for help on using the changeset viewer.