mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Switch from Net_IPv6 to SimplePie_Net_IPv6. Props stephdau, rmccue. fixes #19991
git-svn-id: https://develop.svn.wordpress.org/trunk@19891 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -12329,7 +12329,7 @@ class SimplePie_IRI
|
||||
}
|
||||
elseif ($host[0] === '[' && substr($host, -1) === ']')
|
||||
{
|
||||
if (Net_IPv6::checkIPv6(substr($host, 1, -1)))
|
||||
if (SimplePie_Net_IPv6::checkIPv6(substr($host, 1, -1)))
|
||||
{
|
||||
$this->host = $host;
|
||||
$this->valid[__FUNCTION__] = true;
|
||||
|
||||
Reference in New Issue
Block a user