Changeset 23103 for trunk/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 12/06/2012 07:56:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor-imagick.php
r23038 r23103 318 318 319 319 $this->image->scaleImage( $dst_w, $dst_h ); 320 return $this->update_size( $dst_w, $dst_h);320 return $this->update_size(); 321 321 } 322 322 } … … 324 324 return new WP_Error( 'image_crop_error', $e->getMessage() ); 325 325 } 326 return $this->update_size( $src_w, $src_h);326 return $this->update_size(); 327 327 } 328 328
Note: See TracChangeset
for help on using the changeset viewer.