We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c092b commit e91a980Copy full SHA for e91a980
1 file changed
inc/services/theme.php
@@ -54,6 +54,7 @@ private function add_theme_supports() {
54
add_theme_support( 'align-wide' );
55
add_theme_support( 'responsive-embeds' );
56
add_theme_support( 'editor-styles' );
57
+ add_theme_support( 'wp-block-styles' );
58
add_theme_support( 'post-thumbnails' );
59
add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption', 'script', 'style' ] );
60
add_theme_support( 'title-tag' );
0 commit comments