Changeset 25342 for trunk/src/wp-includes/SimplePie/Sanitize.php
- Timestamp:
- 09/11/2013 04:01:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/SimplePie/Sanitize.php
r22970 r25342 316 316 else 317 317 { 318 $file = $this->registry->create('File', array($img ['attribs']['src']['data'], $this->timeout, 5, array('X-FORWARDED-FOR' => $_SERVER['REMOTE_ADDR']), $this->useragent, $this->force_fsockopen));318 $file = $this->registry->create('File', array($img->getAttribute('src'), $this->timeout, 5, array('X-FORWARDED-FOR' => $_SERVER['REMOTE_ADDR']), $this->useragent, $this->force_fsockopen)); 319 319 $headers = $file->headers; 320 320
Note: See TracChangeset
for help on using the changeset viewer.