Changeset 32800 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 06/16/2015 08:00:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r32650 r32800 137 137 $this->image = new Imagick( $this->file ); 138 138 139 if ( ! $this->image->valid() )139 if ( ! $this->image->valid() ) 140 140 return new WP_Error( 'invalid_image', __('File is not an image.'), $this->file); 141 141
Note: See TracChangeset
for help on using the changeset viewer.