Skip to content

Commit

Permalink
Code. Phpcs fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergull committed Dec 9, 2023
1 parent 6cdca07 commit d3b5e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/spbc-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function spbc_admin_init()

// Getting key for daughter blogs once
if (!$spbc->is_mainsite && $spbc->ms__work_mode == 1 && $spbc->ms__hoster_api_key && $spbc->data['ms__key_tries'] < 3) {
$spbc->data['ms__key_tries'] ++;
$spbc->data['ms__key_tries']++;
$spbc->save('data');
spbc_set_api_key();
}
Expand Down

0 comments on commit d3b5e83

Please sign in to comment.