#3639 closed defect (bug) (fixed)
Delete and Mark as Spam broken on admin post comment page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1.2 | Priority: | low |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
To recreate:
- Go to manage
- Click on the comments number for a specific post to go to that post's admin comments page
- Click on delete or mark as spam, the page reloads
Expect: AJAXy non-reload action. (Which works for approve/unapprove on the same page.)
Attachments (1)
Change History (6)
#1
@
18 years ago
- Keywords has-patch needs-testing added
About the patch:
I just copy-pasted the similar block of code from edit-comments.php
and it seems to work just fine now.
We could even functionize that baby to cut down on the redundancy.
Note: See
TracTickets for help on using
tickets.
Patch for trunk and /branches/2.1/