Make WordPress Core


Ignore:
Timestamp:
08/30/2021 02:08:43 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Apply some minor alignment fixes.

These are updates caused by running composer format.

Follow up to [51501], [51599], [51618], [51653].
See #53359, #50542, #53238, #53668, #53690.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r51653 r51693  
    26292629
    26302630                // 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 ) ) );
    26322632                $alt_types[] = $alt_mime_type;
    26332633            } elseif ( ! empty( $output_formats ) ) {
Note: See TracChangeset for help on using the changeset viewer.