Skip to content

Commit 83fcb3a

Browse files
authored
Handle all html5 features
1 parent d1e3ea4 commit 83fcb3a

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', [ 'comment-list', 'comment-form', 'search-form' ] );
55+
add_theme_support( 'html5' );
5656
add_theme_support( 'title-tag' );
5757
add_theme_support( 'async-fonts' );
5858
add_theme_support( 'async-js' );

0 commit comments

Comments
 (0)