#1720 closed defect (bug) (wontfix)
dropdown_cats() should be deprecated in favor of a modified list_cats()/get_category_link()
| Reported by: | mark | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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 (8)
#3
@
21 years ago
- Summary dropdown_cats() should be deprecated in favor of a modified wp_list_cats() → dropdown_cats() should be deprecated in favor of a modified list_cats()
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Delving further into the code, here is a change in my statement: rewrite list_cats()/get_category_link() to get similar functionality.