#3054 closed defect (bug) (fixed)
Pending posts cannot be edited
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Component - Replies | Keywords: | has-patch commit |
| Cc: |
Description
Background: #meta2478
Pending posts have an incorrect edit URL:
https://wordpress.org/support/?post_type=reply&p=8737601/edit/
/edit/ should only be used for pretty permalinks, but is erroneously attached to an ugly permalink here.
bbp_get_reply_edit_url() checks for pretty permalinks using bbp_use_pretty_urls(), but does not account for the fact that pending posts always have ugly permalinks. Same for bbp_get_forum_edit_url().
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 6362: