Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Apr 13, 2022
1 parent 012a0de commit 5b9d6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.0/block-editor-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function gutenberg_get_block_editor_settings( $settings ) {
}
}

if ( WP_Theme_JSON_Resolver_Gutenberg::theme_has_support() ) {
if ( WP_Theme_JSON_Resolver::theme_has_support() ) {
$block_classes = array(
'css' => 'styles',
'__unstableType' => 'theme',
Expand Down

0 comments on commit 5b9d6ca

Please sign in to comment.