Changeset 57607 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 02/12/2024 11:24:19 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r57524 r57607 503 503 if ( ! $filename ) { 504 504 $filename = $this->generate_filename( null, null, $extension ); 505 } 506 507 if ( function_exists( 'imageinterlace' ) ) { 508 /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */ 509 imageinterlace( $image, apply_filters( 'image_save_progressive', false, $mime_type ) ); 505 510 } 506 511
Note: See TracChangeset
for help on using the changeset viewer.