Changeset 35044
- Timestamp:
- 10/12/2015 03:38:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35043 r35044 823 823 * 824 824 * @param int $attachment_id Image attachment ID. 825 * @param string|array $size Optional. Registered image size to retrieve the source for or a flat826 * array of height and width dimensions. Default 'thumbnail'.825 * @param string|array $size Optional. Image size to retrieve. Accepts any valid image size, or an array 826 * of width and height values in pixels (in that order). Default 'thumbnail'. 827 827 * @param bool $icon Optional. Whether the image should be treated as an icon. Default false. 828 828 * @return string|false Attachment URL or false if no image is available.
Note: See TracChangeset
for help on using the changeset viewer.