mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user