Changeset 34362
- Timestamp:
- 09/21/2015 10:21:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r34261 r34362 149 149 * @param array|string $size Optional. Image size to scale to. Accepts a registered image size 150 150 * or flat array of height and width values. Default 'medium'. 151 * @return false|array False on failure, array on success. 151 * @return false|array Array containing the image URL, width, height, and boolean for whether 152 * the image is an intermediate size. False on failure. 152 153 */ 153 154 function image_downsize( $id, $size = 'medium' ) {
Note: See TracChangeset
for help on using the changeset viewer.