- Timestamp:
- 08/12/2021 07:29:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r49763 r51607 574 574 * @since Twenty Seventeen 1.0 575 575 * 576 * @param array $attr Attributes for the image markup. 577 * @param int $attachment Image attachment ID. 578 * @param array $size Registered image size or flat array of height and width dimensions. 579 * @return array The filtered attributes for the image markup. 576 * @param string[] $attr Array of attribute values for the image markup, keyed by attribute name. 577 * See wp_get_attachment_image(). 578 * @param WP_Post $attachment Image attachment post. 579 * @param string|int[] $size Requested image size. Can be any registered image size name, or 580 * an array of width and height values in pixels (in that order). 581 * @return string[] The filtered attributes for the image markup. 580 582 */ 581 583 function twentyseventeen_post_thumbnail_sizes_attr( $attr, $attachment, $size ) {
Note: See TracChangeset
for help on using the changeset viewer.