Changes between Initial Version and Version 1 of Ticket #6443, comment 13
- Timestamp:
- 09/20/2022 12:38:10 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6443, comment 13
initial v1 5 5 That would certainly account for it! 6 6 7 Looking at bbPress, I only see `bbp_update_reply_position()` being called for merged/split topics, and from within the reply-position repair tool. 7 Looking at bbPress, I only see `bbp_update_reply_position()` being called for merged/split topics, and from within the reply-position repair tool. ''(edit: the menu_order repair tool, I'm not sure if that's the same thing)'' 8 8 9 9 Perhaps what we should be looking at here is having `bbp_update_reply_position()` run for topics after any reply is archived/spammed/deleted.