Ticket #33642: 33642.8.patch
File 33642.8.patch, 605 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/class-wp-image-editor-imagick.php
diff --git src/wp-includes/class-wp-image-editor-imagick.php src/wp-includes/class-wp-image-editor-imagick.php index 0b0ea2f..37f1466 100644
class WP_Image_Editor_Imagick extends WP_Image_Editor { 690 690 $this->image->setImageProperty( 'Thumb::Image::Height', '' ); 691 691 $this->image->setImageProperty( 'Thumb::Document::Pages', '' ); 692 692 } 693 } catch ( Exc petion $e ) {693 } catch ( Exception $e ) { 694 694 return new WP_Error( 'image_strip_meta_error', $e->getMessage() ); 695 695 } 696 696