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:
parent
6e7f20d36d
commit
7cf9598d35
|
@ -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