From a2a31874372a20ba4bf99359573582ce237d9896 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 11 Nov 2022 17:51:12 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-theme-json-resolver.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-theme-json-resolver.php b/wp-includes/class-wp-theme-json-resolver.php index 40bc7ab98a..b1f15897b1 100644 --- a/wp-includes/class-wp-theme-json-resolver.php +++ b/wp-includes/class-wp-theme-json-resolver.php @@ -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' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 9e87d1b94a..bddf1ff4cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.