Completed
Pull Request — master (#2609)
by
unknown
49s
created
classes/controllers/FrmEntriesController.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -712,7 +712,8 @@
 block discarded – undo
712 712
 	 */
713 713
 	public static function process_entry( $errors = '', $ajax = false ) {
714 714
 		$form_id = FrmAppHelper::get_post_param( 'form_id', '', 'absint' );
715
-		if ( FrmAppHelper::is_admin() || empty( $_POST ) || empty( $form_id ) || ! isset( $_POST['item_key'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Missing
715
+		if ( FrmAppHelper::is_admin() || empty( $_POST ) || empty( $form_id ) || ! isset( $_POST['item_key'] ) ) {
716
+// phpcs:ignore WordPress.Security.NonceVerification.Missing
716 717
 			return;
717 718
 		}
718 719
 
Please login to merge, or discard this patch.