Ticket #36661: 36661.diff
File 36661.diff, 668 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/media.php
911 911 * 912 912 * @since 2.8.0 913 913 * 914 * @param array $attr Attributes for the image markup.914 * @param array $attr Image HTML Attributes: src, class, alt, srcset, sizes for the image markup. 915 915 * @param WP_Post $attachment Image attachment post. 916 916 * @param string|array $size Requested size. Image size or array of width and height values 917 917 * (in that order). Default 'thumbnail'.