#3054 closed defect (bug) (fixed)
Pending posts cannot be edited
| Reported by: | SergeyBiryukov | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Component - Replies | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 6362: