mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Docs: Correct documentation for wp_get_webp_info()
return results.
Follow-up to [50810], [50814], [50815], [50818], [50819]. See #35725. Built from https://develop.svn.wordpress.org/trunk@50820 git-svn-id: http://core.svn.wordpress.org/trunk@50429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7b2335eb40
commit
bff31c970e
@ -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 ) {
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50819';
|
||||
$wp_version = '5.8-alpha-50820';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user