WordPressのデフォルトテンプレートでは、<input type=”hidden”> の id の属性値 `_wp_unfiltered_html_comment` は使わない方が安全です。) → 解説 105
Another HTML-lint gatewayで文法エラーが出るので、
wp/wp-admin/admin-ajax.php
wp/wp-includes/comment-template.php
wp/wp-comments-post.php
の中の_wp_unfiltered_html_commentの記述をwp_unfiltered_html_commentへ変更。
