Docs: Fix typo in the $image
parameter description in is_gd_image()
.
Follow-up to [48798]. See #50833. git-svn-id: https://develop.svn.wordpress.org/trunk@48799 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cbaa88cb5a
commit
a1e05cff28
@ -921,7 +921,7 @@ function file_is_displayable_image( $path ) {
|
||||
*
|
||||
* @since 5.6.0
|
||||
*
|
||||
* @param resource|GdImage|false $image A value to check for the type for.
|
||||
* @param resource|GdImage|false $image A value to check the type for.
|
||||
* @return bool True if $image is either a GD image resource or GdImage instance,
|
||||
* false otherwise.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user