Make WordPress Core


Ignore:
Timestamp:
10/31/2015 08:49:26 PM (9 years ago)
Author:
wonderboymusic
Message:

Media: add a new image size, medium_large. Bumps db version to add new options.

Adds unit tests.

Props DH-Shredder, joemcgill, azaozz.
Fixes #34196.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor-imagick.php

    r35063 r35479  
    271271     *
    272272     * @param array $sizes {
    273      *     An array of image size arrays. Default sizes are 'small', 'medium', 'large'.
     273     *     An array of image size arrays. Default sizes are 'small', 'medium', 'medium_large', 'large'.
    274274     *
    275275     *     Either a height or width must be provided.
Note: See TracChangeset for help on using the changeset viewer.