Changeset 54417 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 10/07/2022 07:15:59 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-image-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r54265 r54417 415 415 if ( $mime_type !== $this->output_mime_type ) { 416 416 $this->output_mime_type = $mime_type; 417 $this->set_quality();418 417 } 418 $this->set_quality(); 419 419 } elseif ( ! empty( $this->output_mime_type ) ) { 420 420 // Reset output_mime_type and quality.
Note: See TracChangeset
for help on using the changeset viewer.