From 5339481434e8cb5167953a4c7a13622a8b90d731 Mon Sep 17 00:00:00 2001 From: rob1n Date: Tue, 1 May 2007 01:27:46 +0000 Subject: [PATCH] Typo. git-svn-id: http://svn.automattic.com/wordpress/trunk@5362 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 01bd6866b3..447bfd41d8 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -5,7 +5,7 @@ then bail out. */ -if ( function_exists( 'dynamic_sidebars' ) ) { +if ( function_exists( 'dynamic_sidebar' ) ) { return; }