Changeset 43571 for trunk/src/wp-admin/async-upload.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/async-upload.php
r42784 r43571 64 64 add_filter( 'attachment_fields_to_edit', 'media_single_attachment_fields_to_edit', 10, 2 ); 65 65 echo get_media_item( 66 $id, array( 66 $id, 67 array( 67 68 'send' => false, 68 69 'delete' => true,
Note: See TracChangeset
for help on using the changeset viewer.