Ticket #28634: 28634-3.patch
File 28634-3.patch, 540 bytes (added by , 10 years ago) |
---|
-
class-wp-image-editor-imagick.php
295 295 $size_data['crop'] = false; 296 296 } 297 297 298 if ( ! apply_filters( 'keep_image_exif', true, $size_data ) ) { 299 $this->image->stripImage(); 300 } 301 298 302 $resize_result = $this->resize( $size_data['width'], $size_data['height'], $size_data['crop'] ); 299 303 300 304 if( ! is_wp_error( $resize_result ) ) {