Ticket #30636: 30636.diff
| File 30636.diff, 745 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/media.php
148 148 * @param int $id Attachment ID for image. 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' ) { 154 155