Typo fix from robertdimarco. fixes #7297 for trunk

git-svn-id: http://svn.automattic.com/wordpress/trunk@8341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-07-15 16:21:26 +00:00
parent 482fcca10a
commit af11b900c8
1 changed files with 1 additions and 1 deletions

View File

@ -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);