Make WordPress Core

Changeset 35062


Ignore:
Timestamp:
10/12/2015 04:26:22 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix hash notation syntax for the $sizes[ $size ] section in the DocBlock for WP_Image_Editor_Imagick::multi_resize().

See #32246.

File:
1 edited

Legend:

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

    r34841 r35062  
    278278     *
    279279     *     @type array $size {
    280      *         @type int  ['width']  Optional. Image width.
    281      *         @type int  ['height'] Optional. Image height.
    282      *         @type bool $crop   Optional. Whether to crop the image. Default false.
     280     *         Optional. Array of height, width values, and whether to crop.
     281     *
     282     *         @type int  $width  Image width.
     283     *         @type int  $height Image height.
     284     *         @type bool $crop   Whether to crop the image. Default false.
    283285     *     }
    284286     * }
Note: See TracChangeset for help on using the changeset viewer.