Quick Edit not working (and problem located)
-
When you open ‘Quick Edit’ and click on ‘Update’, the message “Are you sure you want to do this?Please try again.” appear, and the changes cannot be saved.
After some digging it’s found to be nonce verification issue. The problematic code located on line 433 of
inc/classes/meta-box.php
. If you remove the line
check_admin_referer( "rwmb-save-{$this->meta_box['id']}", "nonce_{$this->meta_box['id']}" );
then the post will save without issue.Please fix this in later release? thanks a lot!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Quick Edit not working (and problem located)’ is closed to new replies.