=== WTC Comment Cleaner === Author: CostinTrifan Contributors: CostinTrifan, Nasty Web Tags: comments, spam, security, javascript Requires at least: 2.7.1 Tested up to: 3.6 Stable tag: 1.4.2 This plugin will strip out all html tags(except the allowed ones), css attributes and javascript code from comments. == Description == This plug-in prevents your blog visitors from adding malicious code to their comments by stripping out all html, css, javascript tags from comments, except those you allow in the plugin's page, thus enhancing your blog security. == Installation == 1. Unzip the archive into the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to `Admin Panel > Settings > WTC Comment Cleaner` and add the tags you allow in your comments. == Screenshots == == ChangeLog == = 1.4.2 = * Updated plugin to be compatible with WordPress 3.6.1 = 1.4.1 = * Updated plugin to be compatible with WordPress 3.6.1 * Removed the Acunetix contributor = 1.4 = * Updated plugin to be compatible with WordPress 3.6 = 1.3 = * More code cleanup = 1.2 = * The plug-in has been revised in order to be compatible to the latest 3.2 version. * The plug-in has been renamed. = 1.1 = * The function that strips out the css attributes has been improved * The html content displayed in code tags is now html escaped, this allowing you to post code snippets in your comments. = 1.0 = * Initial release