Contact Form 7 – reCaptcha v2 - Version 1.4.2

Version Description

Download this release

Release Info

Developer IQComputing
Plugin Icon 128x128 Contact Form 7 – reCaptcha v2
Version 1.4.2
Comparing to
See all releases

Code changes from version 1.4.1 to 1.4.2

Files changed (1) hide show
  1. recaptcha-v2.php +1 -1
recaptcha-v2.php CHANGED
@@ -132,7 +132,7 @@ function iqfix_wpcf7_recaptcha_form_tag_handler( $tag ) {
132
  $html = sprintf( '<span %1$s></span>', wpcf7_format_atts( $atts ) );
133
  $html .= iqfix_wpcf7_recaptcha_noscript(
134
  array( 'sitekey' => $atts['data-sitekey'] ) );
135
- $html = sprintf( '<span class="wpcf7-form-control-wrap recaptcha">%s</span>', $html );
136
 
137
  return $html;
138
 
132
  $html = sprintf( '<span %1$s></span>', wpcf7_format_atts( $atts ) );
133
  $html .= iqfix_wpcf7_recaptcha_noscript(
134
  array( 'sitekey' => $atts['data-sitekey'] ) );
135
+ $html = sprintf( '<span class="wpcf7-form-control-wrap recaptcha" data-name="recaptcha">%s</span>', $html );
136
 
137
  return $html;
138