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: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Taxonomy | Keywords: | |
| Focuses: | Cc: |
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.
(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