Changeset 52425 for trunk/src/wp-includes/compat.php
- Timestamp:
- 12/31/2021 01:53:19 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r52040 r52425 486 486 // IMG_WEBP constant is only defined in PHP 7.0.10 or later. 487 487 if ( ! defined( 'IMG_WEBP' ) ) { 488 define( 'IMG_WEBP', IMAGETYPE_WEBP ); // phpcs:ignore PHPCompatibility.Constants.NewConstants.imagetype_webpFound489 } 488 define( 'IMG_WEBP', IMAGETYPE_WEBP ); 489 }
Note: See TracChangeset
for help on using the changeset viewer.