Update functions.php
Tidy spacing
This commit is contained in:
@@ -372,7 +372,7 @@ function getDomainExpirationDate($name) {
|
|||||||
if (is_array($response['expiration_date'])) {
|
if (is_array($response['expiration_date'])) {
|
||||||
$expiry = new DateTime($response['expiration_date'][1]);
|
$expiry = new DateTime($response['expiration_date'][1]);
|
||||||
}
|
}
|
||||||
else{
|
else {
|
||||||
$expiry = new DateTime($response['expiration_date']);
|
$expiry = new DateTime($response['expiration_date']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user