Changeset 26851 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 12/11/2013 07:48:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r26650 r26851 371 371 } 372 372 elseif ( 'image/jpeg' == $mime_type ) { 373 if ( ! $this->make_image( $filename, 'imagejpeg', array( $image, $filename, $this->quality ) ) ) 373 if ( ! $this->make_image( $filename, 'imagejpeg', array( $image, $filename, $this->quality ) ) ) 374 374 return new WP_Error( 'image_save_error', __('Image Editor Save Failed') ); 375 375 }
Note: See TracChangeset
for help on using the changeset viewer.