Changeset 35041
- Timestamp:
- 10/12/2015 03:33:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35040 r35041 738 738 * @param array|false $image Either array with src, width & height, icon src, or false. 739 739 * @param int $attachment_id Image attachment ID. 740 * @param string|array $size Registered image size to retrieve the source for or a flat741 * array of height and width dimensions. Default 'thumbnail'.740 * @param string|array $size Size of image. Image size or array of width and height values 741 * (in that order). Default 'thumbnail'. 742 742 * @param bool $icon Whether the image should be treated as an icon. Default false. 743 743 */
Note: See TracChangeset
for help on using the changeset viewer.