Changeset 35554 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 11/06/2015 09:24:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r34378 r35554 195 195 196 196 // Remove the blob of binary data from the array. 197 unset( $metadata['image']['data'] ); 197 if ( $metadata ) { 198 unset( $metadata['image']['data'] ); 199 } 198 200 199 201 /**
Note: See TracChangeset
for help on using the changeset viewer.