From 88d49bee4011e0e4e9039d91479e3ad392375d09 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Wed, 9 Feb 2022 13:52:55 +0200 Subject: [PATCH] indentation fix --- .../class-wp-theme-json-resolver-gutenberg.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/compat/wordpress-6.0/class-wp-theme-json-resolver-gutenberg.php b/lib/compat/wordpress-6.0/class-wp-theme-json-resolver-gutenberg.php index b90c43eb70ec5e..43c30682823974 100644 --- a/lib/compat/wordpress-6.0/class-wp-theme-json-resolver-gutenberg.php +++ b/lib/compat/wordpress-6.0/class-wp-theme-json-resolver-gutenberg.php @@ -53,11 +53,11 @@ public static function get_theme_data( $deprecated = array() ) { } /* - * We want the presets and settings declared in theme.json - * to override the ones declared via theme supports. - * So we take theme supports, transform it to theme.json shape - * and merge the self::$theme upon that. - */ + * We want the presets and settings declared in theme.json + * to override the ones declared via theme supports. + * So we take theme supports, transform it to theme.json shape + * and merge the self::$theme upon that. + */ $theme_support_data = WP_Theme_JSON_Gutenberg::get_from_editor_settings( get_default_block_editor_settings() ); if ( ! self::theme_has_support() ) { if ( ! isset( $theme_support_data['settings']['color'] ) ) {