Changeset 58305
- Timestamp:
- 06/03/2024 08:25:37 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r57917 r58305 73 73 return ( $image_types & IMG_WEBP ) !== 0; 74 74 case 'image/avif': 75 return ( $image_types & IMG_AVIF ) !== 0 ;75 return ( $image_types & IMG_AVIF ) !== 0 && function_exists( 'imageavif' ); 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.