Changeset 35034
- Timestamp:
- 10/12/2015 03:17:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35033 r35034 148 148 * 149 149 * @param int $id Attachment ID for image. 150 * @param array|string $size Optional. Image size to scale to. Accepts a registered image size 151 * or flat array of height and width values. Default 'medium'. 150 * @param array|string $size Optional. Image size to scale to. Accepts any valid image size, 151 * or an array of width and height values in pixels (in that order). 152 * Default 'medium'. 152 153 * @return false|array Array containing the image URL, width, height, and boolean for whether 153 154 * the image is an intermediate size. False on failure.
Note: See TracChangeset
for help on using the changeset viewer.