Changeset 35042
- Timestamp:
- 10/12/2015 03:35:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35041 r35042 756 756 * 757 757 * @param int $attachment_id Image attachment ID. 758 * @param string|array $size Optional. Registered image size or flat array of height andwidth759 * dimensions. Default 'thumbnail'.758 * @param string|array $size Optional. Image size. Accepts any valid image size, or an array of width 759 * and height values in pixels (in that order). Default 'thumbnail'. 760 760 * @param bool $icon Optional. Whether the image should be treated as an icon. Default false. 761 761 * @param string|array $attr Optional. Attributes for the image markup. Default empty.
Note: See TracChangeset
for help on using the changeset viewer.