Changeset 43604
- Timestamp:
- 08/31/2018 11:45:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r43603 r43604 122 122 $type = $file['type']; 123 123 $file = $file['file']; 124 125 // Include image functions to get access to wp_read_image_metadata(). 126 require_once ABSPATH . 'wp-admin/includes/image.php'; 124 127 125 128 // use image exif/iptc data for title and caption defaults if possible
Note: See TracChangeset
for help on using the changeset viewer.