Changeset 2932083
- Timestamp:
- 06/29/2023 05:06:45 AM (21 months ago)
- Location:
- svg-captcha/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
svg-captcha/trunk/includes/lib/class-svg-captcha-admin-api.php
r2893492 r2932083 347 347 public function save_meta_boxes( $post_id = 0 ) { 348 348 349 if ( !$post_id){349 if( !$post_id || ( isset($_POST['_inline_edit']) && wp_verify_nonce($_POST['_inline_edit'],'inlineeditnonce') ) ){ 350 350 351 351 return; -
svg-captcha/trunk/readme.txt
r2911495 r2932083 8 8 Requires WP: 6.1.1 9 9 Requires PHP: 6.0 10 Stable Tag: 1.0.1 010 Stable Tag: 1.0.11 11 11 Tested up to: 6.2 12 12 -
svg-captcha/trunk/svg-captcha.php
r2911495 r2932083 3 3 * Plugin Name: SVG Captcha 4 4 * Plugin URI: https://code.recuweb.com/get/svg-captcha/ 5 * Version: 1.0.1 05 * Version: 1.0.11 6 6 * Description: Validate your forms with a self hosted SVG Captcha. 7 7 * Author: rafasashi
Note: See TracChangeset
for help on using the changeset viewer.