Skip to content

Commit

Permalink
see #1754: update class-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Dec 31, 2024
1 parent b335bbb commit 36bbc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/configuration/class-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private function is_key_valid_and_not_bound_to_any_domain( $key ) {
* before setting it, we should check if the url is null.
*/
if ( is_wp_error( $account_info )
|| wp_remote_retrieve_response_code( $account_info ) !== 200 ) {
|| wp_remote_retrieve_response_code( $account_info ) !== 200 ) {
return false;
}

Expand Down

0 comments on commit 36bbc94

Please sign in to comment.