From 3f99d19cc32873522d934e09da1193a85b38e8a3 Mon Sep 17 00:00:00 2001 From: rob1n Date: Tue, 1 May 2007 01:27:46 +0000 Subject: [PATCH] Typo. git-svn-id: https://develop.svn.wordpress.org/trunk@5362 602fd350-edb4-49c9-b593-d223f7449a82 --- 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; }