id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 8742 Multi-Widget Example Missing Semicolon dcole07 "Within wp-includes/widgets.php is an example of a multi-widget, the following code currently creates an error: http://trac.wordpress.org/browser/trunk/wp-includes/widgets.php#L2095 Line 2095: add_action( 'widgets_init', 'widget_many_register' ) This line should have a semicolon at the end, becoming add_action( 'widgets_init', 'widget_many_register' );" defect (bug) closed lowest 2.8 Plugins 2.7 trivial fixed has-patch commit