Make WordPress Core


Ignore:
Timestamp:
10/26/2019 08:42:00 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock fixes and improvements.

See #48303

File:
1 edited

Legend:

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

    r46238 r46594  
    454454         * @since 5.3.0
    455455         *
    456          * @param array $size_data Array of width, height, and whether to crop.
     456         * @param array $size_data {
     457         *     Array of size data.
     458         *
     459         *     @type int  $width  The maximum width in pixels.
     460         *     @type int  $height The maximum height in pixels.
     461         *     @type bool $crop   Whether to crop the image to exact dimensions.
     462         * }
    457463         * @return WP_Error|array WP_Error on error, or the image data array for inclusion in the `sizes` array in the image meta.
    458464         */
Note: See TracChangeset for help on using the changeset viewer.