Changeset 52425 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 12/31/2021 01:53:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r51597 r52425 3326 3326 return (imagetypes() & IMG_GIF) != 0; 3327 3327 case 'image/webp': 3328 return (imagetypes() & IMG_WEBP) != 0; // phpcs:ignore PHPCompatibility.Constants.NewConstants.img_webpFound3328 return (imagetypes() & IMG_WEBP) != 0; 3329 3329 } 3330 3330 } else {
Note: See TracChangeset
for help on using the changeset viewer.