mirror of
git://develop.git.wordpress.org/
synced 2025-02-22 07:35:46 +01:00
Coding Standards: Apply spacing changes after composer format
.
Follow up to [54817]. See #57057. git-svn-id: https://develop.svn.wordpress.org/trunk@54824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
49949cea2c
commit
d90013cdeb
@ -243,7 +243,7 @@ class WP_Theme_JSON_Resolver {
|
||||
_deprecated_argument( __METHOD__, '5.9.0' );
|
||||
}
|
||||
|
||||
$options = wp_parse_args( $options, array( 'with_supports' => true ) );
|
||||
$options = wp_parse_args( $options, array( 'with_supports' => true ) );
|
||||
|
||||
if ( null === static::$theme || ! static::has_same_registered_blocks( 'theme' ) ) {
|
||||
$theme_json_file = static::get_file_path_from_theme( 'theme.json' );
|
||||
|
Loading…
x
Reference in New Issue
Block a user