Ticket #34599: 34599.diff
File 34599.diff, 363 bytes (added by , 9 years ago) |
---|
-
image.php
old new 194 194 } 195 195 196 196 // Remove the blob of binary data from the array. 197 unset( $metadata['image']['data'] ); 197 if ( isset( $metadata['image']['data'] ) ) 198 unset( $metadata['image']['data'] ); 198 199 199 200 /** 200 201 * Filter the generated attachment meta data.