Skip to content

Commit fbe520f

Browse files
authored
Handle all html5 supports
1 parent 83fcb3a commit fbe520f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/services/theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function after_setup_theme() {
5252
private function add_theme_supports() {
5353
// Add the theme support basic elements
5454
add_theme_support( 'post-thumbnails' );
55-
add_theme_support( 'html5' );
55+
add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption', 'script', 'style' ] );
5656
add_theme_support( 'title-tag' );
5757
add_theme_support( 'async-fonts' );
5858
add_theme_support( 'async-js' );

0 commit comments

Comments
 (0)