Ticket #6924 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Categories widget doesn't respect options when displayed as a list

Reported by: MtDewVirus Assigned to: rboren
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

6924.diff (392 bytes) - added by MtDewVirus on 05/06/08 14:34:58.

Change History

05/06/08 14:34:58 changed by MtDewVirus

  • attachment 6924.diff added.

05/06/08 14:43:56 changed by MtDewVirus

  • keywords changed from widget to widget,has-patch.

05/06/08 17:28:25 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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