We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958096f commit 03afe97Copy full SHA for 03afe97
functions.php
@@ -324,7 +324,7 @@ function getCurrentPublicIPv6()
324
return $providedIPv6;
325
}
326
327
- outputStdout('Getting IPv6 address from ' . IPV6_ADDRESS_URL. '.');
+ outputStdout('Getting IPv6 address from ' . IPV6_ADDRESS_URL . '.');
328
329
$url = IPV6_ADDRESS_URL;
330
$ch = initializeCurlHandlerGetIP($url);
0 commit comments