Make WordPress Core

Changeset 50820


Ignore:
Timestamp:
05/06/2021 01:57:18 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct documentation for wp_get_webp_info() return results.

Follow-up to [50810], [50814], [50815], [50818], [50819].

See #35725.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r50819 r50820  
    50575057 *
    50585058 *     @type array $size {
    5059  *         @type int  $width  Image width.
    5060  *         @type int  $height Image height.
    5061  *         @type bool $type   The WebP type: one of 'lossy', 'lossless' or 'animated-alpha'.
     5059 *         @type int|false    $width  Image width on success, false on failure.
     5060 *         @type int|false    $height Image height on success, false on failure.
     5061 *         @type string|false $type   The WebP type: one of 'lossy', 'lossless' or 'animated-alpha'.
     5062 *                                    False on failure.
    50625063 *     }
    50635064 */
Note: See TracChangeset for help on using the changeset viewer.