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.