Opened 3 years ago
Closed 3 years ago
#56348 closed defect (bug) (fixed)
Correct and clarify inline docs for excluded_terms in get_adjacent_post()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The variable $excluded_terms
is an array of excluded term IDs. Empty string if none were provided.
It is documented incorrectly in `get_{$adjacent}_post_where` and `get_{$adjacent}_post_join`.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Correctly document
$excluded_terms
is an array of excluded term IDs or an empty string is none provided.Trac ticket: https://core.trac.wordpress.org/ticket/56348