Opened 14 years ago
Closed 14 years ago
#17558 closed defect (bug) (fixed)
Incorrect docs in get_the_terms().
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Inline Docs | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
I've recently used get the terms outside the loop successfully, but the docs state that it must be used inside the loop both in the Codex an inline. I believe this to be an error. Please correct me if I am wrong.
Attachments (1)
Change History (6)
#1
@
14 years ago
- Keywords commit added; dev-feedback removed
- Milestone changed from Awaiting Review to 3.2
It's accurate only when the $id is not passed (or rather, is 0/false/null, since the next argument is required) and you're outside the loop. This change is fine to me.
#3
@
14 years ago
These functions are odd in that $id has a default but is followed by a non-optional taxonomy. The default should likely be removed. I don't know that we should bother documenting passing 0. Might as well just past the ID since you have to pass something.
Note: See
TracTickets for help on using
tickets.
Remove potentially incorrect documentation.