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:
parent
549060d494
commit
e5745a3391
|
@ -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' );
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue