Make WordPress Core

Ticket #30636: 30636.diff

File 30636.diff, 745 bytes (added by DrewAPicture, 11 years ago)
  • src/wp-includes/media.php

     
    148148 * @param int          $id   Attachment ID for image.
    149149 * @param array|string $size Optional. Image size to scale to. Accepts a registered image size
    150150 *                           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.
    152153 */
    153154function image_downsize( $id, $size = 'medium' ) {
    154155