We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aad6555 + 1231042 commit 79b58caCopy full SHA for 79b58ca
inc/class.admin.php
@@ -93,7 +93,7 @@ public function addRessources( $hook_suffix = '' ) {
93
* @author Amaury Balmer
94
*/
95
public function saveDatasMetaBoxes( $object_id = 0 ) {
96
- if ( ! isset( $_POST['_meta_translation'] ) || 'true' !== $_POST['_meta_translation'] ) {
+ if ( isset( $_POST['_meta_translation'] ) && 'true' === $_POST['_meta_translation'] ) {
97
return;
98
}
99
0 commit comments