Changeset 42450 for branches/4.9/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 01/15/2018 08:01:51 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r41727 r42450 124 124 125 125 // use image exif/iptc data for title and caption defaults if possible 126 $image_meta = @wp_read_image_metadata( $file );126 $image_meta = wp_read_image_metadata( $file ); 127 127 128 128 if ( ! empty( $image_meta ) ) {
Note: See TracChangeset
for help on using the changeset viewer.