=== Ntz Antispam === Tags: comments, spam Requires at least: 2.0.2 Tested up to: 3.1 Stable tag: trunk Contributors: Ionut Staicu This plugin will block almost all spam comments without using akismet. == Description == A completely rewrite for the old plugin. The plugin works now in a different way. Instead of waiting for robots to fill a field, I decided to go to another route: use a nonce key and a time stamp. == Changelog == = 2.0e = Fixed a bug on wp 3.1 that preventing admin to edit comments = 2.0d = Don't make any checks if user is logged in is admin. = 2.0c = Fixed a bug on edit form for admin users. = 2.0b = rewrite = 1.1.1 = Added `value=""` for magic field. = 1.1 = After I received several complains from Chrome users, I updated the plugin to avoid autocompletion on magic field. Also, there is an option in code that allows you to pick how plugin will behave: - `$markAsSpam = 1;` all invalid plugins are automagically marked as spam; - `$markAsSpam = 0;` the plugin will behave like always did: "thanks for your spam" and that's all; = 1.0 = First release