Changeset 34841
- Timestamp:
- 10/05/2015 10:39:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r34348 r34841 209 209 } 210 210 catch ( Exception $e ) { 211 return new WP_Error( 'invalid_image', __( 'Could not read image size'), $this->file );211 return new WP_Error( 'invalid_image', __( 'Could not read image size.' ), $this->file ); 212 212 } 213 213 }
Note: See TracChangeset
for help on using the changeset viewer.