mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Correct the duplicate hook reference for image_save_progressive filter.
Follow-up to [57607], [57614]. Props skithund. See #21668. git-svn-id: https://develop.svn.wordpress.org/trunk@57616 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -827,7 +827,7 @@ class WP_Image_Editor_Imagick extends WP_Image_Editor {
|
||||
) {
|
||||
$orig_interlace = $this->image->getInterlaceScheme();
|
||||
|
||||
/** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
|
||||
/** This filter is documented in wp-includes/class-wp-image-editor-gd.php */
|
||||
if ( apply_filters( 'image_save_progressive', false, $mime_type ) ) {
|
||||
$this->image->setInterlaceScheme( Imagick::INTERLACE_PLANE ); // True - line interlace output.
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user