Changeset 25968
- Timestamp:
- 10/28/2013 04:42:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r23766 r25968 151 151 } 152 152 } 153 153 154 // remove the blob of binary data from the array 154 unset( $metadata['image']['data'] ); 155 if ( isset( $metadata['image']['data'] ) ) 156 unset( $metadata['image']['data'] ); 155 157 156 158 return apply_filters( 'wp_generate_attachment_metadata', $metadata, $attachment_id );
Note: See TracChangeset
for help on using the changeset viewer.