Changeset 51693 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/30/2021 02:08:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r51653 r51693 2629 2629 2630 2630 // Other types of images whose names may conflict if their sub-sizes are regenerated. 2631 $alt_types = array_keys( array_intersect( $output_formats, array( $mime_type, $alt_mime_type ) ) );2631 $alt_types = array_keys( array_intersect( $output_formats, array( $mime_type, $alt_mime_type ) ) ); 2632 2632 $alt_types[] = $alt_mime_type; 2633 2633 } elseif ( ! empty( $output_formats ) ) {
Note: See TracChangeset
for help on using the changeset viewer.