Make WordPress Core


Ignore:
Timestamp:
02/09/2012 08:17:23 PM (13 years ago)
Author:
ryan
Message:

Switch from Net_IPv6 to SimplePie_Net_IPv6. Props stephdau, rmccue. fixes #19991

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-simplepie.php

    r19890 r19891  
    1233012330        elseif ($host[0] === '[' && substr($host, -1) === ']')
    1233112331        {
    12332             if (Net_IPv6::checkIPv6(substr($host, 1, -1)))
     12332            if (SimplePie_Net_IPv6::checkIPv6(substr($host, 1, -1)))
    1233312333            {
    1233412334                $this->host = $host;
Note: See TracChangeset for help on using the changeset viewer.