diff --git a/app/setup.php b/app/setup.php index 0f03ee3..d49925f 100755 --- a/app/setup.php +++ b/app/setup.php @@ -93,7 +93,7 @@ add_action('after_setup_theme', function () { * Enable HTML5 markup support * @link https://developer.wordpress.org/reference/functions/add_theme_support/#html5 */ - add_theme_support('html5', ['caption', 'comment-form', 'comment-list', 'gallery', 'search-form']); + add_theme_support('html5', ['caption', 'comment-form', 'comment-list', 'gallery', 'search-form', 'script', 'style']); /** * Enable selective refresh for widgets in customizer