Make WordPress Core


Ignore:
Timestamp:
09/27/2008 08:17:55 AM (18 years ago)
Author:
azaozz
Message:

Upload media from the Media Library page.

File:
1 edited

Legend:

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

    r8992 r8998  
    5050
    5151$menu[10] = array( __('Media'), 'upload_files', 'upload.php' );
    52         $submenu['upload.php'][5] = array( __('Upload New'), 'upload_files', 'media-upload.php');
     52        $submenu['upload.php'][5] = array( __('Upload New'), 'upload_files', 'media-upload.php?inline');
    5353        $submenu['upload.php'][10] = array( __('View All'), 'upload_files', 'upload.php');
    5454
Note: See TracChangeset for help on using the changeset viewer.