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
This commit is contained in:
Andrew Ozz 2009-01-05 11:19:53 +00:00
parent 549060d494
commit e5745a3391
1 changed files with 1 additions and 1 deletions

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