Changeset 24917 for trunk/wp-includes/class-feed.php
- Timestamp:
- 07/31/2013 06:52:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-feed.php
r24480 r24917 70 70 'timeout' => $this->timeout, 71 71 'redirection' => $this->redirects, 72 'reject_unsafe_urls' => true,73 72 ); 74 73 … … 79 78 $args['user-agent'] = $this->useragent; 80 79 81 $res = wp_ remote_request($url, $args);80 $res = wp_safe_remote_request($url, $args); 82 81 83 82 if ( is_wp_error($res) ) {
Note: See TracChangeset
for help on using the changeset viewer.