Changeset 464269
- Timestamp:
- 11/17/2011 06:15:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-bwp-recaptcha-extension/trunk/includes/CF7bwpCAPT.class.php
r464268 r464269 371 371 'recaptcha', 372 372 'reCAPTCHA', 373 'cf7recaptcha-t g-pane',373 'cf7recaptcha-tag-pane', 374 374 array( &$this, 'tag_pane' ) 375 375 ); … … 436 436 do_action( 'bwp_capt_before_add_captcha' ); 437 437 438 if ( 'redirect' == $ this->options[ 'select_response' ] && ! is_admin() ) {438 if ( 'redirect' == $bwp_capt->options[ 'select_response' ] && ! is_admin() ) { 439 439 $html .= '<input type="hidden" name="error_redirect_to" value="' . esc_attr_e( $bwp_capt->get_current_comment_page_link() ) . '" />'; 440 440 }
Note: See TracChangeset
for help on using the changeset viewer.