diff --git a/src/wp-includes/class-wp-simplepie-file.php b/src/wp-includes/class-wp-simplepie-file.php
index 15f879c..54ac8d3 100644
a
|
b
|
class WP_SimplePie_File extends SimplePie_File { |
51 | 51 | $args['headers'] = $this->headers; |
52 | 52 | } |
53 | 53 | |
54 | | if ( SIMPLEPIE_USERAGENT != $this->useragent ) { //Use default WP user agent unless custom has been specified |
| 54 | if ( SIMPLEPIE_USERAGENT != $this->useragent ) { // Use default WP user agent unless custom has been specified |
55 | 55 | $args['user-agent'] = $this->useragent; |
56 | 56 | } |
57 | 57 | |