From e72325a22a529702853bccef08a2c17e1b3a3985 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 11 Jan 2007 03:21:35 +0000 Subject: [PATCH] Fix typos in get_rss(). Props zuzara. fixes #3527 git-svn-id: https://develop.svn.wordpress.org/trunk@4718 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/rss.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-includes/rss.php b/wp-includes/rss.php index 470421283b..fbb0538611 100644 --- a/wp-includes/rss.php +++ b/wp-includes/rss.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 "