Docs: Remove an empty line from the hook doc for the `wp_calculate_image_srcset` filter, introduced in [35592].

Props kraftbj.
See #34612.

Built from https://develop.svn.wordpress.org/trunk@35601


git-svn-id: http://core.svn.wordpress.org/trunk@35565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-11-10 17:15:29 +00:00
parent 49e6e41fb4
commit a90d108b82
2 changed files with 1 additions and 2 deletions

View File

@ -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 );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta3-35600';
$wp_version = '4.4-beta3-35601';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.