#30611 closed enhancement (fixed)
get_terms() should support `name` argument
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
A la slug
argument
Attachments (1)
Change History (5)
#1
@
9 years ago
- Milestone changed from Future Release to 4.2
Looks good to me. This will require a change to wp_dropdown_categories()
, because that function takes a 'name' parameter (for a totally different purpose) and passes it along dumbly to get_terms()
. (Hooray for unit tests!)
#2
@
9 years ago
- Owner set to boonebgorges
- Resolution set to fixed
- Status changed from new to closed
In 31024:
Note: See
TracTickets for help on using
tickets.
Support
name
argument for get_terms()