Opened 18 years ago
Closed 17 years ago
#7762 closed defect (bug) (worksforme)
do_action( 'sidebar_admin_page' ) in widgets.php in the wrong place?
| Reported by: | petervanderdoes | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | 2.7 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch to solve the problem