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.
1 parent 6feb1c6 commit c6a189fCopy full SHA for c6a189f
includes/MslsMain.php
@@ -123,10 +123,7 @@ public function is_autosave( $post_id ) {
123
* @return boolean
124
*/
125
public function verify_nonce() {
126
- return (
127
- MslsRequest::has_var( MslsFields::FIELD_MSLS_NONCENAME ) &&
128
- wp_verify_nonce( MslsRequest::get_var( MslsFields::FIELD_MSLS_NONCENAME ), MslsPlugin::path() )
129
- );
+ return MslsRequest::has_var( MslsFields::FIELD_MSLS_NONCENAME ) && wp_verify_nonce( MslsRequest::get_var( MslsFields::FIELD_MSLS_NONCENAME ), MslsPlugin::path() );
130
}
131
132
/**
0 commit comments