Ticket #6928 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

wp_list_categories should allow current category parameter

Reported by: filosofo Assigned to: anonymous
Priority: normal Milestone: 2.6
Component: Template Version:
Severity: normal Keywords: has-patch wp_list_categories current_category curent-cat
Cc: filosofo

Description

wp_dropdown_categories lets you choose the selected category; wp_list_categories should allow you to choose the current category. The attached patch does that.

Attachments

wp_list_categories-current_category.diff (0.8 kB) - added by filosofo on 05/07/08 14:29:43.

Change History

05/07/08 14:29:43 changed by filosofo

  • attachment wp_list_categories-current_category.diff added.

05/07/08 19:10:36 changed by ryan

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

(In [7903]) Add current_category option to wp_list_categories(). Props filosofo. fixes #6928