#3088 closed enhancement (fixed)
Use wp_dropdown_categories() instead of deprecated wp_dropdown_cats() in the WP backend
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | bg|has-patch |
Focuses: | Cc: |
Description (last modified by )
We need to replace all instances of wp_dropdown_cats() with wp_dropdown_categories()
Attachments (1)
Change History (7)
#2
@
19 years ago
- Resolution worksforme deleted
- Status changed from closed to reopened
wp_dropdown_cats()
#3
@
19 years ago
- Summary changed from Use wp_dropdown_categories() instead of deprecated dropdown_cats() in the WP backend to Use wp_dropdown_categories() instead of deprecated wp_dropdown_cats() in the WP backend
#4
@
19 years ago
- Description modified (diff)
- Milestone set to 2.1
- Version set to 2.1
Oops, yeah, meant wp_dropdown_cats()... too many similar functions :-\
Note: See
TracTickets for help on using
tickets.
Erm. we don't use dropdown_cats at all in the backend as far as I can see.
Or anywhere else for that matter.