Changeset 9876 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/25/2008 07:16:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9871 r9876 3081 3081 function favorite_actions() { 3082 3082 $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') 3086 3088 ); 3087 3089
Note: See TracChangeset
for help on using the changeset viewer.