Plugin Directory

Changeset 1245651

Timestamp:
09/15/2015 06:30:30 AM (9 years ago)
Author:
mpol
Message:

Do not cache page when using a captcha

Location:
gwolle-gb/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gwolle-gb/trunk/frontend/write.php

    r1244867 r1245651  
    303303    if ( isset($form_setting['form_recaptcha_enabled']) && $form_setting['form_recaptcha_enabled']  === 'true' ) {
    304304        if ( class_exists('ReallySimpleCaptcha') ) {
     305
     306
     307
     308
    305309            // Instantiate the ReallySimpleCaptcha class, which will handle all of the heavy lifting
    306310            $gwolle_gb_captcha = new ReallySimpleCaptcha();
  • gwolle-gb/trunk/readme.txt

    r1245448 r1245651  
    419419* First stab at supporting MultiSite.
    420420* When deleting an entry on the Editor page, start with a clean slate.
     421
    421422* Update zh_TW.
    422423
Note: See TracChangeset for help on using the changeset viewer.