Ticket #4145 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

wp_list_categories ignores option_all

Reported by: westi Assigned to: westi
Priority: normal Milestone: 2.2
Component: Template Version: 2.1
Severity: normal Keywords: has-patch
Cc:

Description

The title says it all!

If you specify show_option_all in the call to wp_list_categories it is ignored and you don't get a link to show all the categories.

Attachments

4145.diff (0.6 kB) - added by westi on 04/13/07 19:08:12.
Fix for wp_list_categories

Change History

04/13/07 19:08:12 changed by westi

  • attachment 4145.diff added.

Fix for wp_list_categories

04/13/07 23:20:16 changed by rob1n

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

(In [5265]) Respect show_option_all in wp_list_categories(). Props westi. fixes #4145