Changeset 36742 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 02/26/2016 09:57:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r36700 r36742 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 }
Note: See TracChangeset
for help on using the changeset viewer.