Opened 14 years ago
Closed 13 years ago
#22950 closed defect (bug) (fixed)
get_boundary_post Does not return single post object
| Reported by: | pathawks | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Query | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs, template |
Description
get_boundary_post Seems not to return a single post object, the way get_adjacent_post does.
It seems that get_boundary_post should call array_shift or get_post on the results, in a similar way to get_adjacent_post.
It's just odd that the behavior is different.
Attachments (1)
Change History (7)
#3
@
13 years ago
- Component General → Query
- Focuses docs template added
We should update the inline documentation here, it's incorrect as it stands. See attachment:22950.diff.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Although it might be strange, changing the return value here would break any code built with
get_boundary_post(). The cost of backwards compatibility is dealing with these odd nuances.