Opened 16 years ago
Closed 15 years ago
#9109 closed defect (bug) (fixed)
get_terms should return a reference to the error object, not the object itself
Reported by: | nbachiyski | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | has-patch tested commit |
Focuses: | Cc: |
Description
&get_terms()
returns new WP_Error()
on error. Given its prototype, it should return a reference to the error object.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
commit? wontfix?