Changeset 51707 for branches/5.8/src/wp-includes/functions.php
- Timestamp:
- 09/01/2021 12:10:18 AM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/functions.php
r51706 r51707 2626 2626 2627 2627 // Other types of images whose names may conflict if their sub-sizes are regenerated. 2628 $alt_types = array_keys( array_intersect( $output_formats, array( $mime_type, $alt_mime_type ) ) );2628 $alt_types = array_keys( array_intersect( $output_formats, array( $mime_type, $alt_mime_type ) ) ); 2629 2629 $alt_types[] = $alt_mime_type; 2630 2630 } elseif ( ! empty( $output_formats ) ) {
Note: See TracChangeset
for help on using the changeset viewer.