Opened 3 years ago
Closed 3 years ago
#11836 closed defect (bug) (fixed)
Clean up register_sidebar(s) functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Widgets | Version: | |
| Severity: | normal | Keywords: | has-patch needs-refresh reporter-feedback |
| Cc: |
Description
Some minor code improvements to the two widget-related functions.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

I've looked at this a few times and can't help but notice that you removed $_args['id'] = $args['id']; as if it was $args['id'] = $args['id'];. I imagine that's a mistake?
Also, patch is now stale -- looks like that code has changed.
Second hunk looks okay though.