Changeset 35043 for trunk/src/wp-includes/media.php
- Timestamp:
- 10/12/2015 03:37:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35042 r35043 802 802 * @param array $attr Attributes for the image markup. 803 803 * @param WP_Post $attachment Image attachment post. 804 * @param string|array $size Requested size. 804 * @param string|array $size Requested size. Image size or array of width and height values 805 * (in that order). Default 'thumbnail'. 805 806 */ 806 807 $attr = apply_filters( 'wp_get_attachment_image_attributes', $attr, $attachment, $size );
Note: See TracChangeset
for help on using the changeset viewer.