Opened 17 years ago
Closed 16 years ago
#11836 closed defect (bug) (fixed)
Clean up register_sidebar(s) functions
| Reported by: | scribu | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Widgets | Version: | |
| Severity: | normal | Keywords: | has-patch needs-refresh reporter-feedback |
| Cc: | Focuses: |
Description
Some minor code improvements to the two widget-related functions.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.