mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Update functions.php
Tidy spacing
This commit is contained in:
@@ -372,7 +372,7 @@ function getDomainExpirationDate($name) {
|
||||
if (is_array($response['expiration_date'])) {
|
||||
$expiry = new DateTime($response['expiration_date'][1]);
|
||||
}
|
||||
else{
|
||||
else {
|
||||
$expiry = new DateTime($response['expiration_date']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user