mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Correct documentation for wp_get_webp_info() return results.
Follow-up to [50810], [50814], [50815], [50818], [50819]. See #35725. git-svn-id: https://develop.svn.wordpress.org/trunk@50820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2c9bc14b94
commit
08b4cab653
@ -5056,9 +5056,10 @@ function wp_getimagesize( $filename, array &$image_info = null ) {
|
||||
* An array of WebP image information.
|
||||
*
|
||||
* @type array $size {
|
||||
* @type int $width Image width.
|
||||
* @type int $height Image height.
|
||||
* @type bool $type The WebP type: one of 'lossy', 'lossless' or 'animated-alpha'.
|
||||
* @type int|false $width Image width on success, false on failure.
|
||||
* @type int|false $height Image height on success, false on failure.
|
||||
* @type string|false $type The WebP type: one of 'lossy', 'lossless' or 'animated-alpha'.
|
||||
* False on failure.
|
||||
* }
|
||||
*/
|
||||
function wp_get_webp_info( $filename ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user