Opened 13 years ago
Closed 13 years ago
#2008 closed defect (bug) (fixed)
bbp_get_replies_per_page needs to return an int, not an absint
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Component - Replies | Keywords: | |
| Cc: |
Description
bbPress Threaded Replies uses a filter on bbp_get_replies_per_page to return a value of -1, fetching all replies in a topic to thread them. Having absint() run on the filtered value means that -1 becomes 1. Typecast to int instead.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [4331]) Code Improvement: