From a90d108b82a1ad60a580d7d80bb393be85e93fd4 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 10 Nov 2015 17:15:29 +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. Built from https://develop.svn.wordpress.org/trunk@35601 git-svn-id: http://core.svn.wordpress.org/trunk@35565 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/media.php b/wp-includes/media.php index 43f9ed4f55..f8a2da5134 100644 --- a/wp-includes/media.php +++ b/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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index c6c4f71abf..237ab28f88 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.