#6023 closed defect (bug) (fixed)
Widgets registering multpile instances don't display in available widgets list.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | major | Version: | 2.5 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
When widgets use the new-fangled "multi-widget" code, corrupt or un-upgraded data can sometimes prevent any widgets from showing. This is due to a bad "are there any widgets of this type" check in WordPress core.
Attached fixes that problem.
When widgets use the old-fangled "how many of these widgets do you want to use: 1,2,..." UI and then register that many widgets, only the first instance is accessible.
Attached does not fix that problem. Debugging now.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
fix new-fangled multi widgets