Changeset 51227 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 06/24/2021 07:10:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r50810 r51227 2199 2199 } 2200 2200 2201 // Check if WebP images can be edited. 2202 if ( ! wp_image_editor_supports( array( 'mime_type' => 'image/webp' ) ) ) { 2203 $plupload_init['webp_upload_error'] = true; 2204 } 2205 2201 2206 /** 2202 2207 * Filters the default Plupload settings.
Note: See TracChangeset
for help on using the changeset viewer.