We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e3ea4 commit 83fcb3aCopy full SHA for 83fcb3a
inc/services/theme.php
@@ -52,7 +52,7 @@ public function after_setup_theme() {
52
private function add_theme_supports() {
53
// Add the theme support basic elements
54
add_theme_support( 'post-thumbnails' );
55
- add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form' ] );
+ add_theme_support( 'html5' );
56
add_theme_support( 'title-tag' );
57
add_theme_support( 'async-fonts' );
58
add_theme_support( 'async-js' );
0 commit comments