Make WordPress Core

Ticket #34612: 34612.3.diff

File 34612.3.diff, 563 bytes (added by kraftbj, 10 years ago)

.2 without the extra stuff :) -- removing blank line.

  • src/wp-includes/media.php

     
    10891089         * @param string $image_src     The 'src' of the image.
    10901090         * @param array  $image_meta    The image meta data as returned by 'wp_get_attachment_metadata()'.
    10911091         * @param int    $attachment_id Image attachment ID.
    1092 
    10931092         */
    10941093        $sources = apply_filters( 'wp_calculate_image_srcset', $sources, $size_array, $image_src, $image_meta, $attachment_id );
    10951094