Opened 18 years ago
Closed 18 years ago
#8742 closed defect (bug) (fixed)
Multi-Widget Example Missing Semicolon
| Reported by: | dcole07 | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.8 |
| Component: | Plugins | Version: | 2.7 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
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' );
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
widgets.php