scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WordPress 4.1.1-scripts
[autoinstalls/wordpress.git]
/
wp-includes
/
rss.php
diff --git
a/wp-includes/rss.php
b/wp-includes/rss.php
index 7759003c65c642ec5a40dc95e29a2e728c1a7324..a7c43f44de24ee3c578080b22eadd564f72253a3 100644
(file)
--- a/
wp-includes/rss.php
+++ b/
wp-includes/rss.php
@@
-579,8
+579,8
@@
function _fetch_remote_file($url, $headers = "" ) {
* @package External
* @subpackage MagpieRSS
*
- * @param
unknown_type
$resp
- * @return
unknown
+ * @param
array
$resp
+ * @return
MagpieRSS|bool
*/
function _response_to_rss ($resp) {
$rss = new MagpieRSS( $resp->results );