Opened 5 years ago
Closed 4 years ago
#7762 closed defect (bug) (worksforme)
do_action( 'sidebar_admin_page' ) in widgets.php in the wrong place?
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | 2.7 |
| Severity: | normal | Keywords: | reporter-feedback |
| 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)
petervanderdoes — 5 years ago
- Component changed from Administration to Widgets
- Owner anonymous deleted
- Keywords reporter-feedback added
- Milestone set to 2.9
could you be more specific? the hook seems to be at the correct location as it currently is...
- Milestone changed from 2.8 to Future Release
- Milestone Future Release deleted
- Resolution set to worksforme
- Status changed from new to closed
tried it and nothing gets messed up
Note: See
TracTickets for help on using
tickets.

Patch to solve the problem