Skip to content

Commit

Permalink
php fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Jul 25, 2023
1 parent 7045e88 commit 12d067e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain-dropdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 12d067e

Please sign in to comment.