From fec164e4857181cdde4bdcf89eb6b72a707cfd0a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 10 Nov 2015 17:14:33 +0000 Subject: [PATCH] Docs: Remove an empty line from the hook doc for the `wp_calculate_image_srcset` filter, introduced in [35592]. Props kraftbj. See #34612. git-svn-id: https://develop.svn.wordpress.org/trunk@35601 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/media.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index 43f9ed4f55..f8a2da5134 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -1089,7 +1089,6 @@ function wp_calculate_image_srcset( $size_array, $image_src, $image_meta, $attac * @param string $image_src The 'src' of the image. * @param array $image_meta The image meta data as returned by 'wp_get_attachment_metadata()'. * @param int $attachment_id Image attachment ID. - */ $sources = apply_filters( 'wp_calculate_image_srcset', $sources, $size_array, $image_src, $image_meta, $attachment_id );