Changeset 33590 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 08/06/2015 08:39:35 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/admin-filters.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r33468 r33590 18 18 add_action( 'attachment_submitbox_misc_actions', 'attachment_submitbox_metadata' ); 19 19 20 add_action( 'media_buttons', 'media_buttons' );21 22 20 add_action( 'media_upload_image', 'wp_media_upload_handler' ); 23 21 add_action( 'media_upload_audio', 'wp_media_upload_handler' ); … … 35 33 36 34 add_filter( 'attachment_fields_to_save', 'image_attachment_fields_to_save', 10, 2 ); 37 38 add_filter( 'image_send_to_editor', 'image_add_caption', 20, 8 );39 40 add_filter( 'media_send_to_editor', 'image_media_send_to_editor', 10, 3 );41 35 42 36 add_filter( 'media_upload_gallery', 'media_upload_gallery' );
Note: See TracChangeset
for help on using the changeset viewer.