Make WordPress Core


Ignore:
Timestamp:
11/11/2022 05:55:30 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Apply spacing changes after composer format.

Follow up to [54817].

Merges [54824] to the 6.1 branch.
See #57057.

Location:
branches/6.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1

  • branches/6.1/src/wp-includes/class-wp-theme-json-resolver.php

    r54818 r54826  
    244244                }
    245245
    246                 $options  = wp_parse_args( $options, array( 'with_supports' => true ) );
     246                $options = wp_parse_args( $options, array( 'with_supports' => true ) );
    247247
    248248                if ( null === static::$theme || ! static::has_same_registered_blocks( 'theme' ) ) {
Note: See TracChangeset for help on using the changeset viewer.