Changeset 32545 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 05/22/2015 05:46:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r31694 r32545 191 191 192 192 // Remove the blob of binary data from the array. 193 if ( isset( $metadata['image']['data'] ) ) 194 unset( $metadata['image']['data'] ); 193 unset( $metadata['image']['data'] ); 195 194 196 195 /**
Note: See TracChangeset
for help on using the changeset viewer.