Changeset 52425 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 12/31/2021 01:53:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r51790 r52425 71 71 return ( $image_types & IMG_GIF ) != 0; 72 72 case 'image/webp': 73 return ( $image_types & IMG_WEBP ) != 0; // phpcs:ignore PHPCompatibility.Constants.NewConstants.img_webpFound73 return ( $image_types & IMG_WEBP ) != 0; 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.