Skip to content

Commit

Permalink
update class name of json ressolver
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Dec 23, 2022
1 parent 2c52168 commit c4d46ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function get_theme_item( $request ) {
);
}

$theme = WP_Theme_JSON_Resolver_6_2::get_merged_data( 'theme' );
$theme = WP_Theme_JSON_Resolver_Gutenberg::get_merged_data( 'theme' );
$data = array();
$fields = $this->get_fields_for_response( $request );

Expand Down

0 comments on commit c4d46ef

Please sign in to comment.