Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#35446 closed defect (bug) (fixed)

wp_dropdown_categories taxonomy inline doc

Reported by: grapplerulrich's profile grapplerulrich Owned by: johnbillion's profile johnbillion
Milestone: 4.5 Priority: normal
Severity: normal Version:
Component: Taxonomy Keywords: has-patch
Focuses: docs Cc:

Description

The taxonomy argument can be either a string or an array as get_terms() allows it.

https://developer.wordpress.org/reference/functions/wp_dropdown_categories/

Attachments (1)

35446.patch (1002 bytes) - added by grapplerulrich 9 years ago.

Download all attachments as: .zip

Change History (4)

#1 @grapplerulrich
9 years ago

  • Keywords has-patch added

#2 @johnbillion
9 years ago

  • Milestone changed from Awaiting Review to 4.5
  • Version trunk deleted

Confirmed

#3 @johnbillion
9 years ago

  • Owner set to johnbillion
  • Resolution set to fixed
  • Status changed from new to closed

In 36289:

Taxonomy: Correct the accetped types for the taxonomy element in the arguments passed to wp_dropdown_categories().

Props grapplerulrich
Fixes #35446

Note: See TracTickets for help on using tickets.