Changeset 51227 for trunk/src/wp-includes/media.php
- Timestamp:
- 06/24/2021 07:10:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r51221 r51227 3859 3859 } 3860 3860 3861 // Check if WebP images can be edited. 3862 if ( ! wp_image_editor_supports( array( 'mime_type' => 'image/webp' ) ) ) { 3863 $defaults['webp_upload_error'] = true; 3864 } 3865 3861 3866 /** 3862 3867 * Filters the Plupload default settings.
Note: See TracChangeset
for help on using the changeset viewer.