Opened 5 years ago
Closed 5 years ago
#6924 closed defect (bug) (fixed)
Categories widget doesn't respect options when displayed as a list
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | General | Version: | 2.6 |
| Severity: | normal | Keywords: | widget, has-patch |
| Cc: |
Description
When using the Categories widget to display the categories as a list, the options set in the widget are not applied.
The wp_list_categories call in wp-includes/widgets.php needs to take an array after changes in [7872].
Attachments (1)
Change History (3)
MtDewVirus — 5 years ago
comment:1
MtDewVirus — 5 years ago
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.

(In [7902]) Add arg as array. Props MtDewVirus. fixes #6924