Make WordPress Core


Ignore:
Timestamp:
10/26/2019 08:42:00 PM (5 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-gd.php

    r45892 r46594  
    246246     * @since 5.3.0
    247247     *
    248      * @param array $size_data Array of width, height, and whether to crop.
     248     * @param array $size_data {
     249     *     Array of size data.
     250     *
     251     *     @type int  $width  The maximum width in pixels.
     252     *     @type int  $height The maximum height in pixels.
     253     *     @type bool $crop   Whether to crop the image to exact dimensions.
     254     * }
    249255     * @return WP_Error|array WP_Error on error, or the image data array for inclusion in the `sizes` array in the image meta.
    250256     */
Note: See TracChangeset for help on using the changeset viewer.