Make WordPress Core


Ignore:
Timestamp:
09/01/2021 12:10:18 AM (3 years ago)
Author:
desrosj
Message:

Coding Standards: Apply some minor alignment fixes.

These are updates caused by running composer format.

Follow up to [51653].

Partially merges [51693] to the 5.8 branch.
See #53668.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

  • branches/5.8/src/wp-includes/functions.php

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