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
This commit is contained in:
parent
bea9afed7d
commit
fec164e485
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue