Changeset 29834 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 10/04/2014 01:11:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r28879 r29834 141 141 142 142 $updated_size = $this->update_size(); 143 if ( is_wp_error( $updated_size ) ) 144 return $updated_size; 145 146 return true; 143 if ( is_wp_error( $updated_size ) ) { 144 return $updated_size; 145 } 146 147 return $this->set_quality(); 147 148 } 148 149
Note: See TracChangeset
for help on using the changeset viewer.