Plugin Directory

Changeset 464269


Ignore:
Timestamp:
11/17/2011 06:15:09 PM (14 years ago)
Author:
manfer
Message:

Fixed minor bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-bwp-recaptcha-extension/trunk/includes/CF7bwpCAPT.class.php

    r464268 r464269  
    371371                    'recaptcha',
    372372                    'reCAPTCHA',
    373                     'cf7recaptcha-tg-pane',
     373                    'cf7recaptcha-tag-pane',
    374374                    array( &$this, 'tag_pane' )
    375375                );
     
    436436                do_action( 'bwp_capt_before_add_captcha' );
    437437
    438                 if ( 'redirect' == $this->options[ 'select_response' ]  && ! is_admin() ) {
     438                if ( 'redirect' == $bwp_capt->options[ 'select_response' ]  && ! is_admin() ) {
    439439                    $html .= '<input type="hidden" name="error_redirect_to" value="' . esc_attr_e( $bwp_capt->get_current_comment_page_link() ) . '" />';
    440440                }
Note: See TracChangeset for help on using the changeset viewer.