diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-includes/rss.php --- a/wp/wp-includes/rss.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-includes/rss.php Tue Jun 09 03:35:32 2015 +0200 @@ -247,7 +247,7 @@ } elseif ($this->feed_type == ATOM and $this->incontent ) { // balance tags properly - // note: i don't think this is actually neccessary + // note: This may not actually be necessary if ( $this->stack[0] == $el ) { $this->append_content(""); @@ -579,8 +579,8 @@ * @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 ); @@ -724,7 +724,7 @@ Function: set Purpose: add an item to the cache, keyed on url Input: url from wich the rss file was fetched - Output: true on sucess + Output: true on success \*=======================================================================*/ function set ($url, $rss) { $cache_option = 'rss_' . $this->file_name( $url );