Minor security fix
-
Hey,
Please change line 29 of wp-content/plugins/google-news-keywords-from-tags/google-news-keywords.php from:
echo ‘<meta name=”news_keywords” content=”‘ . substr( $thsp_tags_list, 0, -2 ) . ‘”>’;
to:
echo ‘<meta name=”news_keywords” content=”‘ . esc_attr(substr( $thsp_tags_list, 0, -2 )) . ‘”>’;
https://www.ads-software.com/plugins/google-news-keywords-from-tags/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Minor security fix’ is closed to new replies.