Make WordPress Core


Ignore:
Timestamp:
11/11/2022 05:49:28 PM (2 years ago)
Author:
desrosj
Message:

Coding Standards: Apply spacing changes after composer format.

Follow up to [54817].
See #57057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json-resolver.php

    r54817 r54824  
    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.