Ticket #1720 (closed defect (bug): wontfix)
dropdown_cats() should be deprecated in favor of a modified list_cats()/get_category_link()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Concerns arose from a WordPress support thread about the dropdown_cats() template tag. Users are confused as to why dropdown_cats() doesn't have an option to output without the select html tags when wp_get_archives() does. I propose dropdown_cats() be deprecated and list_cats() be rewritten to use a function similar to get_archives_link().
Change History
- Summary changed from dropdown_cats() should be deprecated in favor of a modified wp_list_cats() to dropdown_cats() should be deprecated in favor of a modified list_cats()
- Summary changed from dropdown_cats() should be deprecated in favor of a modified list_cats() to dropdown_cats() should be deprecated in favor of a modified list_cats()/get_category_link()
Delving further into the code, here is a change in my statement: rewrite list_cats()/get_category_link() to get similar functionality.
Note: See
TracTickets for help on using
tickets.
