From af11b900c804072bc4feae7bd2fd0b06aec74ee9 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 15 Jul 2008 16:21:26 +0000 Subject: [PATCH] Typo fix from robertdimarco. fixes #7297 for trunk git-svn-id: http://svn.automattic.com/wordpress/trunk@8341 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 1dd8bd35a5..6d1c5d499c 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -1043,7 +1043,7 @@ function wp_widget_recent_comments_register() { function wp_widget_rss($args, $widget_args = 1) { extract($args, EXTR_SKIP); if ( is_numeric($widget_args) ) - $widget_args = array( 'number' => $widegt_args ); + $widget_args = array( 'number' => $widget_args ); $widget_args = wp_parse_args( $widget_args, array( 'number' => -1 ) ); extract($widget_args, EXTR_SKIP);