Ticket #34612: 34612.3.diff
| File 34612.3.diff, 563 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/media.php
1089 1089 * @param string $image_src The 'src' of the image. 1090 1090 * @param array $image_meta The image meta data as returned by 'wp_get_attachment_metadata()'. 1091 1091 * @param int $attachment_id Image attachment ID. 1092 1093 1092 */ 1094 1093 $sources = apply_filters( 'wp_calculate_image_srcset', $sources, $size_array, $image_src, $image_meta, $attachment_id ); 1095 1094