Opened 11 years ago
Closed 11 years ago
#33751 closed defect (bug) (fixed)
Fix misleading and invalid docblock for `wp_list_widget_controls()`
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | minor | Version: | 2.5 |
| Component: | Widgets | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
Stumbled upon this while looking at #32448.
The parameter documentation in wp_list_widget_controls is invalid. Also, it's very misleading because $sidebar_name can't contain HTML – it's displayed using esc_hml.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 33930: