Changeset 50820
- Timestamp:
- 05/06/2021 01:57:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r50819 r50820 5057 5057 * 5058 5058 * @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. 5062 5063 * } 5063 5064 */
Note: See TracChangeset
for help on using the changeset viewer.