Changeset 50814 for trunk/src/wp-includes/compat.php
- Timestamp:
- 05/05/2021 05:06:17 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r50810 r50814 372 372 } 373 373 374 // WebP constants may not be defined, even in cases where the format is supported.374 // WebP constants are only defined in PHP 7.1+. 375 375 if ( ! defined( 'IMAGETYPE_WEBP' ) ) { 376 376 define( 'IMAGETYPE_WEBP', 18 );
Note: See TracChangeset
for help on using the changeset viewer.