Opened 4 years ago
Closed 4 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)
This ticket was mentioned in PR #3073 on WordPress/wordpress-develop by grappler.
4 years ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Correctly document
$excluded_termsis an array of excluded term IDs or an empty string is none provided.Trac ticket: https://core.trac.wordpress.org/ticket/56348