Opened 16 years ago
Closed 16 years ago
#7762 closed defect (bug) (worksforme)
do_action( 'sidebar_admin_page' ) in widgets.php in the wrong place?
Reported by: | petervanderdoes | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | Widgets | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
When an action is added to the sidebar_admin_page the result of the do_action messes up the page.
The result is an entire page that is inaccessible except for the code added through the add_action.
By moving line 328 in wp-admin/widgets.php to line 294 the problem is solved.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch to solve the problem