Skip to content

Commit 337f876

Browse files
committed
Change the image type constant with no PHP support
1 parent ad575c6 commit 337f876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5829,7 +5829,7 @@ function wp_getimagesize( $filename, ?array &$image_info = null ) {
58295829
return array(
58305830
$size['width'],
58315831
$size['height'],
5832-
IMAGETYPE_HEIC,
5832+
IMAGETYPE_HEIF,
58335833
sprintf(
58345834
'width="%d" height="%d"',
58355835
$size['width'],

0 commit comments

Comments
 (0)