#30611 closed enhancement (fixed)
get_terms() should support `name` argument
| Reported by: | danielbachhuber | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Taxonomy | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
A la slug argument
Attachments (1)
Change History (5)
#1
@
12 years ago
- Milestone Future Release → 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!)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Support
nameargument for get_terms()