Changeset 1783052
- Timestamp:
- 12/08/2017 04:47:50 AM (8 years ago)
- Location:
- mw-wp-form-recaptcha/trunk
- Files:
-
- 2 edited
-
mw-wp-form-recaptcha.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mw-wp-form-recaptcha/trunk/mw-wp-form-recaptcha.php
r1730263 r1783052 4 4 * Plugin URI: http://webcre-archive.com 5 5 * Description: Adds reCAPTCHA field to MW WP Form 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: Ryujiro Yamamoto 8 8 * Author URI: http://webcre-archive.com … … 86 86 jQuery(function() { 87 87 // reCAPTCHAの挿入 88 jQuery( '.mw_wp_form_input input[type="submit"]' ).before( '<div data-callback="syncerRecaptchaCallback" data-sitekey="88 jQuery( '.mw_wp_form_input button, .mw_wp_form_input input[type="submit"]' ).before( '<div data-callback="syncerRecaptchaCallback" data-sitekey=" 89 89 EOT; 90 90 echo $sitekey; -
mw-wp-form-recaptcha/trunk/readme.txt
r1730263 r1783052 3 3 Tags: MW WP Form reCAPTCHA, reCAPTCHA 4 4 Requires at least: 4.3 5 Tested up to: 4. 8.16 Stable tag: 1.0. 55 Tested up to: 4.9.1 6 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 == Changelog == 28 28 29 = 1.0.6 = 30 * Fix jQuery code 31 29 32 = 1.0.5 = 30 33 * Fix debug mode notice
Note: See TracChangeset
for help on using the changeset viewer.