From d6f8026895f4ba478a6ccb2bf4d3f746b9ba335b Mon Sep 17 00:00:00 2001 From: Jb Date: Mon, 13 Apr 2020 00:14:06 +0200 Subject: [PATCH] Declare HTML5 scripts and styles support for better compliance with W3C validator --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 32d2dcc2..8dd786c6 100644 --- a/functions.php +++ b/functions.php @@ -66,6 +66,8 @@ if ( ! function_exists( '_s_setup' ) ) : 'comment-list', 'gallery', 'caption', + 'style', + 'script', ) );