Make WordPress Core

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.

Change History (1)

#1 @automattor
16 years ago

  • Resolutionfixed
  • Status newclosed

(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

Note: See TracTickets for help on using tickets.