Make WordPress Core


Ignore:
Timestamp:
11/26/2008 02:27:37 AM (16 years ago)
Author:
azaozz
Message:

Move Gallery Settings to the Gallery tab in the uploader, split the Upload tab in "From Computer" and "From URL" tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/media-upload.php

    r9458 r9894  
    103103   
    104104    // let the action code decide how to handle the request
    105     if ( $tab == 'type' )
     105    if ( $tab == 'type' || $tab == 'type_url' )
    106106        do_action("media_upload_$type");
    107107    else
Note: See TracChangeset for help on using the changeset viewer.