[wp-trac] [WordPress Trac] #8742: Multi-Widget Example Missing Semicolon

WordPress Trac wp-trac at lists.automattic.com
Sun Dec 28 19:19:52 GMT 2008


#8742: Multi-Widget Example Missing Semicolon
--------------------------+-------------------------------------------------
 Reporter:  dcole07       |       Owner:       
     Type:  defect (bug)  |      Status:  new  
 Priority:  lowest        |   Milestone:  2.7.1
Component:  Plugins       |     Version:  2.7  
 Severity:  trivial       |    Keywords:       
--------------------------+-------------------------------------------------
 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' );

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8742>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list