Changeset 1730252
- Timestamp:
- 09/15/2017 02:15:42 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
r1643560 r1730252 4 4 * Plugin URI: http://webcre-archive.com 5 5 * Description: Adds reCAPTCHA field to MW WP Form 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Ryujiro Yamamoto 8 8 * Author URI: http://webcre-archive.com … … 18 18 19 19 function mw_wp_form_recaptcha_admin_menu() { 20 add_ object_page(20 add_menu_page( 21 21 'MW WP Form reCAPTCHA', 22 22 'MW WP Form reCAPTCHA', -
mw-wp-form-recaptcha/trunk/readme.txt
r1643560 r1730252 3 3 Tags: MW WP Form reCAPTCHA, reCAPTCHA 4 4 Requires at least: 4.3 5 Tested up to: 4. 7.46 Stable tag: 1.0. 35 Tested up to: 4.8.1 6 Stable tag: 1.0.4 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.4 = 30 * Fix debug mode notice 31 29 32 = 1.0.3 = 30 33 * Refine readme file.
Note: See TracChangeset
for help on using the changeset viewer.