Opened 16 years ago
Closed 16 years ago
#12630 closed defect (bug) (fixed)
Use correct argument for wp_dropdown_categories() in options-writing.php
| Reported by: | nacin | Owned by: | filosofo |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Taxonomy | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
We're using a 'type' argument instead of 'taxonomy'. The 'taxonomy' argument also needs to be documented, and we should confirm we're not using wp_dropdown_categories() incorrectly elsewhere.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [13754]) Account for old type=link (now taxonomy=link_category) in wp_dropdown_categories(). Don't use the deprecated argument in options-writing. Sprinkle in some deprecated warnings. fixes #12630