Changes between Version 1 and Version 2 of Ticket #4413, comment 1
- Timestamp:
- 05/27/2019 05:22:41 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4413, comment 1
v1 v2 2 2 3 3 This is fixed in bbPress 2.6 with bbp_paginate_links() I believe, which we should probably look at moving to instead. 4 5 edit: If moving to 2.6 doesn't pan out, a str_replace on the `paginate_links` function will probably also achieve this.