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 83fcb3a commit fbe520fCopy full SHA for fbe520f
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' );
+ add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption', 'script', 'style' ] );
56
add_theme_support( 'title-tag' );
57
add_theme_support( 'async-fonts' );
58
add_theme_support( 'async-js' );
0 commit comments