Coding Standards: Apply spacing changes after `composer format`.
Follow up to [54817]. See #57057. Built from https://develop.svn.wordpress.org/trunk@54824 git-svn-id: http://core.svn.wordpress.org/trunk@54376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
face84c028
commit
a2a3187437
|
@ -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' );
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54823';
|
||||
$wp_version = '6.2-alpha-54824';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue