Opened 9 years ago
Closed 9 years ago
#3051 closed defect (bug) (fixed)
Trashing topics theme-side redirects to 404 page
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Component - Topics | Keywords: | has-patch |
| Cc: |
Description
When trashing a topic theme-side, the resulting redirect page is a 404.
Related to: https://core.trac.wordpress.org/ticket/11863
This is because bbPress prefetches the redirect_to and does not reprocess it after the topic's slug is changed during the trashing process.
Note that forums & replies do not exhibit the same bug (even though they share similar functionalities) because forums cannot be toggled like topics can, and because replies redirect to the paginated topic URL (and not single reply pages.)
Patch imminent.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 6269: