Make WordPress Core


Ignore:
Timestamp:
10/03/2006 07:15:13 AM (17 years ago)
Author:
ryan
Message:

Uploader improvements from mdawaffe. fixes #3191

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r4100 r4274  
    3131$submenu['edit.php'][5] = array(__('Posts'), 'edit_posts', 'edit.php');
    3232$submenu['edit.php'][10] = array(__('Pages'), 'edit_pages', 'edit-pages.php');
     33$submenu['edit.php'][12] = array(__('Uploads'), 'upload_files', 'upload.php');
    3334$submenu['edit.php'][15] = array(__('Categories'), 'manage_categories', 'categories.php');
    3435$submenu['edit.php'][20] = array(__('Comments'), 'edit_posts', 'edit-comments.php');
     
    125126}
    126127
     128unset($id);
     129
    127130ksort($menu); // make it all pretty
    128131
Note: See TracChangeset for help on using the changeset viewer.