From 0fc43cf6484ad41f344b5a9b0e092ee63e2edbcc Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 1 Jun 2011 16:44:13 +0000 Subject: [PATCH] s/displayied/displayed/. props kawauso, fixes #17633. git-svn-id: http://svn.automattic.com/wordpress/trunk@18096 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 e5dc68d28..b90ffd675 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -899,7 +899,7 @@ function dynamic_sidebar($index = 1) { } /** - * Whether widget is displayied on the front-end. + * Whether widget is displayed on the front-end. * * Either $callback or $id_base can be used * $id_base is the first argument when extending WP_Widget class