From 7cf9598d352702a61547f2fb497ca998f8259ce8 Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 5 Jan 2009 11:19:53 +0000 Subject: [PATCH] Add semicolon to Multi-Widget Example, props dcole07, fixes #8742 for trunk git-svn-id: http://svn.automattic.com/wordpress/trunk@10304 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 deef3c0a15..c77bd57b79 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -2092,7 +2092,7 @@ function widget_many_register() { } // This is important -add_action( 'widgets_init', 'widget_many_register' ) +add_action( 'widgets_init', 'widget_many_register' ); */