Add semicolon to Multi-Widget Example, props dcole07, fixes #8742 for 2.7

git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-01-05 11:18:58 +00:00
parent 029bc1442a
commit 39859076b5

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