Changeset 22555
- Timestamp:
- 11/13/2012 12:49:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/SimplePie/Locator.php
r22366 r22555 278 278 if ($parsed['scheme'] === '' || preg_match('/^(http(s)|feed)?$/i', $parsed['scheme'])) 279 279 { 280 if ( $this->base_location < $link->getLineNo())280 if (method_exists($link, 'getLineNo') && $this->base_location < $link->getLineNo()) 281 281 { 282 282 $href = $this->registry->call('Misc', 'absolutize_url', array(trim($link->getAttribute('href')), $this->base));
Note: See TracChangeset
for help on using the changeset viewer.