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
This commit is contained in:
azaozz 2009-01-05 11:19:53 +00:00
parent 6e7f20d36d
commit 7cf9598d35

View File

@ -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' );
*/