Changeset 41342
- Timestamp:
- 09/08/2017 04:26:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r40315 r41342 515 515 * @param int $attachment Image attachment ID. 516 516 * @param array $size Registered image size or flat array of height and width dimensions. 517 * @return string A source size value for use in a post thumbnail 'sizes' attribute.517 * @return array The filtered attributes for the image markup. 518 518 */ 519 519 function twentyseventeen_post_thumbnail_sizes_attr( $attr, $attachment, $size ) {
Note: See TracChangeset
for help on using the changeset viewer.