From 2839ad349286da90df36bc58b9d50e41b5f312e0 Mon Sep 17 00:00:00 2001 From: Mehul Kaklotar Date: Tue, 3 May 2022 15:36:45 +0530 Subject: [PATCH] Update modules/images/webp-uploads/helper.php Co-authored-by: Eugene Manuilov --- modules/images/webp-uploads/helper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/images/webp-uploads/helper.php b/modules/images/webp-uploads/helper.php index 9d873fcd7..2958f446a 100644 --- a/modules/images/webp-uploads/helper.php +++ b/modules/images/webp-uploads/helper.php @@ -77,7 +77,6 @@ function webp_uploads_generate_additional_image_source( $attachment_id, array $s * @param string $image_size The size name that would be used to create this image, out of the registered subsizes. * @param array $size_data An array with the dimensions of the image: height, width and crop {'height'=>int, 'width'=>int, 'crop'}. * @param string $mime The target mime in which the image should be created. - * * @return array|null|WP_Error An array with the file and filesize if the image was created correctly otherwise a WP_Error */ $image = apply_filters( 'webp_uploads_pre_generate_additional_image_source', null, $attachment_id, 'full', $size_data, $mime );