Plugin Directory

Changeset 779251


Ignore:
Timestamp:
09/27/2013 02:37:59 PM (13 years ago)
Author:
filiw
Message:

Fixed a bug in which the 'An administrator must always approve the comment' settings was ignored

Location:
anti-captcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anti-captcha/trunk/anti-captcha.php

    r707942 r779251  
    44Plugin URI: http://blog.fili.nl/wordpress-anti-captcha-plugin/
    55Description: Anti-Captcha is a transparent captcha solution which does not require any end-user interaction
    6 Version: 20130504
     6Version: 20130927
    77Author: Filidor Wiese
    88Author URI: http://www.fili.nl/
     
    5353            }
    5454        }
     55
     56        // Respect the 'An administrator must always approve the comment' setting
     57        if (get_option('comment_moderation') === '1') {
     58            $commentStatus = '0';
     59        }
    5560    }
    5661   
     
    6166
    6267/*
    63 // Uncomment this if you want Anti-Captcha to also work on login form
     68// Uncomment this if you want Anti-Captcha to also work on the login form
    6469function anti_captcha_process_login()
    6570{
  • anti-captcha/trunk/readme.txt

    r707942 r779251  
    44Tags: spam, anti-spam, anti-captcha, captcha, comments, register, login, lost, password, bot, bots, attack, protect
    55Requires at least: 2.8.4
    6 Tested up to: 3.5.1
    7 Stable tag: 20130504
     6Tested up to: 3.6.1
     7Stable tag: 20130927
    88
    99Anti-Captcha is a transparent captcha solution which does not require any end-user interaction
     
    5454== Changelog ==
    5555
     56= 20130927 =
     57* Fixed a bug in which the 'An administrator must always approve the comment' settings was ignored
     58
    5659= 20130504 =
    5760* Fixed a bug in which legitimate comments where always flagged for moderation
Note: See TracChangeset for help on using the changeset viewer.