Opened 15 years ago
Closed 15 years ago
#1495 closed defect (bug) (fixed)
Use menu_order on replies for proper pagination handling
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.0 | Priority: | high |
| Severity: | normal | Version: | |
| Component: | Component - Replies | Keywords: | |
| Cc: |
Description
bbPress stand alone uses post_position to handle the individual reply permalinks, but the WordPress posts table's closest equivalent is menu_order. Could use postmeta for consistency, but that would come at the expense of slowing down the queries.
Note: See
TracTickets for help on using
tickets.
(In [2984]) Introduce bbp_reply_position() functions to help calculate reply permalinks and topic freshness links. Fixes #1495.