diff --git a/wp-includes/class-wp-image-editor-imagick.php b/wp-includes/class-wp-image-editor-imagick.php index 7338fa8b34..5de01d7322 100644 --- a/wp-includes/class-wp-image-editor-imagick.php +++ b/wp-includes/class-wp-image-editor-imagick.php @@ -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 { diff --git a/wp-includes/version.php b/wp-includes/version.php index b6de7b1ddd..b6f63b3278 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57615'; +$wp_version = '6.5-alpha-57616'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.