From e5745a3391a1192ec9fdfe596faec912f5318f7c Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@10304 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 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' ); */