Ticket #28634: 28634.patch
File 28634.patch, 490 bytes (added by , 10 years ago) |
---|
-
class-wp-image-editor-imagick.php
138 138 catch ( Exception $e ) { 139 139 return new WP_Error( 'invalid_image', $e->getMessage(), $this->file ); 140 140 } 141 141 $this->image->stripImage(); 142 142 $updated_size = $this->update_size(); 143 143 if ( is_wp_error( $updated_size ) ) 144 144 return $updated_size;