#1720 closed defect (bug) (wontfix)
dropdown_cats() should be deprecated in favor of a modified list_cats()/get_category_link()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | |
Focuses: | 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().
Pull Requests
- Loading…
Change History (8)
#3
@
19 years ago
- 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()
Note: See
TracTickets for help on using
tickets.
Delving further into the code, here is a change in my statement: rewrite list_cats()/get_category_link() to get similar functionality.