From a30e02110f37f9de792c4c9ec10af55424ddaf66 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Tue, 30 Jan 2007 18:11:04 +0000 Subject: [PATCH] Fix typos in get_rss(). Props zuzara. fixes #3527 git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@4835 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rss-functions.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-includes/rss-functions.php b/wp-includes/rss-functions.php index df2526ec7c..6750cdd32c 100644 --- a/wp-includes/rss-functions.php +++ b/wp-includes/rss-functions.php @@ -816,9 +816,8 @@ function parse_w3cdtf ( $date_str ) { return -1; } } -function wp_rss ($url, $num) { +function wp_rss ($url, $num_items) { //ini_set("display_errors", false); uncomment to suppress php errors thrown if the feed is not returned. - $num_items = $num; $rss = fetch_rss($url); if ( $rss ) { echo "