summaryrefslogtreecommitdiffstats
path: root/wp-includes/widgets.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-16 14:22:11 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-16 14:22:11 +0000
commit8cfc4e688ec692d9fad42f7786220ac85ad76d09 (patch)
treeb803c927f3f191d0c879dfc3db931ee95a52793c /wp-includes/widgets.php
parent213933071163d6ab88c7175c9b41ffdad1622579 (diff)
downloadwordpress-mu-8cfc4e688ec692d9fad42f7786220ac85ad76d09.tar.gz
wordpress-mu-8cfc4e688ec692d9fad42f7786220ac85ad76d09.tar.xz
wordpress-mu-8cfc4e688ec692d9fad42f7786220ac85ad76d09.zip
Minor typo
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1378 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/widgets.php')
-rw-r--r--wp-includes/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php
index 1dd8bd3..6d1c5d4 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);