Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #25375


Ignore:
Timestamp:
09/21/2013 11:46:06 PM (12 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25375

    • Property Keywords has-patch added; needs-patch removed
    • Property Milestone changed from Awaiting Review to 3.7
  • Ticket #25375 – Description

    initial v2  
    1 Patch forthcoming.
     1Attached patch documents the following hooks:
     2
     3Filters:
     4* `media_upload_tabs`
     5* `media_upload_default_tab`
     6* `image_send_to_editor`
     7* `disable_captions`
     8* `image_add_caption_shortcode`
     9* `media_buttons_context`
     10* `$type_upload_iframe_src`
     11* `attachment_fields_to_save`
     12* `media_send_to_editor`
     13* `$type_send_to_editor_url`
     14* `image_send_to_editor_url`
     15* `image_size_names_choose`
     16* `attachment_fields_to_edit`
     17* `get_media_item_args`
     18* `media_meta`
     19* `upload_post_params`
     20* `plupload_init`
     21* `media_upload_form_url`
     22* `type_url_form_media`
     23* `media_upload_mime_type_links`
     24
     25Actions:
     26* `admin_enqueue_scripts`
     27* `admin_print_styles-media-upload-popup`
     28* `admin_print_styles`
     29* `admin_print_scripts-media-upload-popup`
     30* `admin_print_scripts`
     31* `admin_head-media-upload-popup`
     32* `admin_head`
     33* `admin_head_{$content_func}`
     34* `admin_print_footer_scripts`
     35* `pre-upload-ui`
     36* `pre-plupload-upload-ui`
     37* `post-plupload-upload-ui`
     38* `pre-html-upload-ui`
     39* `post-html-upload-ui`
     40* `post-upload-ui`