diff --git a/wp-includes/rss.php b/wp-includes/rss.php index 9ab7d53a02..e3ffb19266 100644 --- a/wp-includes/rss.php +++ b/wp-includes/rss.php @@ -542,6 +542,7 @@ function _fetch_remote_file ($url, $headers = "" ) { $resp->status = 500; return $resp; } + $response = new stdClass; $response->status = $resp['response']['code']; $response->headers = $resp['headers']; $response->results = $resp['body'];