Changeset 41341
- Timestamp:
- 09/08/2017 04:25:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r40948 r41341 394 394 * @param int $attachment Image attachment ID. 395 395 * @param array $size Registered image size or flat array of height and width dimensions. 396 * @return string A source size value for use in a post thumbnail 'sizes' attribute.396 * @return array The filtered attributes for the image markup. 397 397 */ 398 398 function twentysixteen_post_thumbnail_sizes_attr( $attr, $attachment, $size ) {
Note: See TracChangeset
for help on using the changeset viewer.