Changeset 57524 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 02/02/2024 05:46:50 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r57181 r57524 2199 2199 } 2200 2200 2201 // Check if AVIF images can be edited. 2202 if ( ! wp_image_editor_supports( array( 'mime_type' => 'image/avif' ) ) ) { 2203 $plupload_init['avif_upload_error'] = true; 2204 } 2205 2201 2206 /** 2202 2207 * Filters the default Plupload settings.
Note: See TracChangeset
for help on using the changeset viewer.