Changeset 19891 for trunk/wp-includes/class-simplepie.php
- Timestamp:
- 02/09/2012 08:17:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-simplepie.php
r19890 r19891 12330 12330 elseif ($host[0] === '[' && substr($host, -1) === ']') 12331 12331 { 12332 if ( Net_IPv6::checkIPv6(substr($host, 1, -1)))12332 if (SimplePie_Net_IPv6::checkIPv6(substr($host, 1, -1))) 12333 12333 { 12334 12334 $this->host = $host;
Note: See TracChangeset
for help on using the changeset viewer.