Opened 13 years ago
Closed 13 years ago
#17942 closed defect (bug) (fixed)
DFW in multisite needs to check media_buttons
Reported by: | nacin | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.2 | Priority: | high |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Originally reported here: http://wordpress.org/support/topic/unable-to-upload-media-in-fullscreen-mode?replies=9.
Attachments (2)
Change History (9)
#3
in reply to:
↑ 2
@
13 years ago
Replying to nacin:
Alternative would be to trigger #add_media, which seems to allow some things, but I don't really know what.
Maybe something along these lines in onclick handler:
(jQuery('#add_image').length ? jQuery('#add_image').click() : jQuery('#add_media').click());return false;
Note: See
TracTickets for help on using
tickets.
Alternative would be to trigger #add_media, which seems to allow some things, but I don't really know what.