From 12d067eb80c697235522be0c3d6ec5eb9650eae5 Mon Sep 17 00:00:00 2001 From: Vraja Das Date: Tue, 25 Jul 2023 12:35:34 +0200 Subject: [PATCH] php fix cs --- src/domain-dropdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain-dropdown.php b/src/domain-dropdown.php index 31f1fc0..f205fa2 100644 --- a/src/domain-dropdown.php +++ b/src/domain-dropdown.php @@ -71,7 +71,7 @@ public function get_controls() { */ public function handle_submit() { - if ( ! \check_admin_referer( 'yoast_seo_domain_dropdown' ) && !isset( $_POST['myyoast_test_domain'] ) ) { + if ( ! \check_admin_referer( 'yoast_seo_domain_dropdown' ) && ! isset( $_POST['myyoast_test_domain'] ) ) { return; }