Skip to content

Commit c2afed9

Browse files
add . at end of status messages
1 parent e9a2ec6 commit c2afed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function getCurrentPublicIPv4()
277277
return $providedIPv4;
278278
}
279279

280-
outputStdout('Getting IPv4 address via ' . IPV4_ADDRESS_PROVIDER);
280+
outputStdout('Getting IPv4 address from ' . IPV4_ADDRESS_PROVIDER . '.');
281281

282282
$url = IPV4_ADDRESS_PROVIDER;
283283
$ch = initializeCurlHandlerGetIP($url);
@@ -324,7 +324,7 @@ function getCurrentPublicIPv6()
324324
return $providedIPv6;
325325
}
326326

327-
outputStdout('Getting IPv6 address via ' . IPV6_ADDRESS_PROVIDER);
327+
outputStdout('Getting IPv6 address from ' . IPV6_ADDRESS_PROVIDER. '.');
328328

329329
$url = IPV6_ADDRESS_PROVIDER;
330330
$ch = initializeCurlHandlerGetIP($url);

0 commit comments

Comments
 (0)