Opened 15 years ago
Closed 15 years ago
#15431 closed defect (bug) (fixed)
Minor error in get_tax_sql() docs
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | lowest |
| Severity: | minor | Version: | 3.1 |
| Component: | Inline Docs | Keywords: | has-patch |
| Focuses: | Cc: |
Description (last modified by )
While working with the posts_where filter and get_tax_sql() in an attempt to restrict down some posts by a custom taxonomy, I noticed that it mentions that the default field value is slug while get_objects_in_term() actually defaults to field_id and not slug.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I should have added this a comment on #12891. Oh well.