Changeset 779251
- Timestamp:
- 09/27/2013 02:37:59 PM (13 years ago)
- Location:
- anti-captcha/trunk
- Files:
-
- 2 edited
-
anti-captcha.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anti-captcha/trunk/anti-captcha.php
r707942 r779251 4 4 Plugin URI: http://blog.fili.nl/wordpress-anti-captcha-plugin/ 5 5 Description: Anti-Captcha is a transparent captcha solution which does not require any end-user interaction 6 Version: 20130 5046 Version: 20130927 7 7 Author: Filidor Wiese 8 8 Author URI: http://www.fili.nl/ … … 53 53 } 54 54 } 55 56 // Respect the 'An administrator must always approve the comment' setting 57 if (get_option('comment_moderation') === '1') { 58 $commentStatus = '0'; 59 } 55 60 } 56 61 … … 61 66 62 67 /* 63 // Uncomment this if you want Anti-Captcha to also work on login form68 // Uncomment this if you want Anti-Captcha to also work on the login form 64 69 function anti_captcha_process_login() 65 70 { -
anti-captcha/trunk/readme.txt
r707942 r779251 4 4 Tags: spam, anti-spam, anti-captcha, captcha, comments, register, login, lost, password, bot, bots, attack, protect 5 5 Requires at least: 2.8.4 6 Tested up to: 3. 5.17 Stable tag: 20130 5046 Tested up to: 3.6.1 7 Stable tag: 20130927 8 8 9 9 Anti-Captcha is a transparent captcha solution which does not require any end-user interaction … … 54 54 == Changelog == 55 55 56 = 20130927 = 57 * Fixed a bug in which the 'An administrator must always approve the comment' settings was ignored 58 56 59 = 20130504 = 57 60 * Fixed a bug in which legitimate comments where always flagged for moderation
Note: See TracChangeset
for help on using the changeset viewer.