#14139 closed defect (bug) (fixed)
Page title missing in Moderate Comments
Reported by: | MattyRob | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | trivial | Version: | 3.0 |
Component: | Comments | Keywords: | has-patch |
Focuses: | Cc: |
Description
The email links for comments that can be deleted or spammed via a link in the emails sent by WordPress leads to a page with no title.
This is because there is no $title defined in the 'case' of the comment being a delete, approve, trash or spam.
Patch to follow shortly.
Attachments (1)
Change History (7)
#1
@
14 years ago
- Keywords tested removed
- Milestone changed from Awaiting Review to 3.1
- Owner set to nacin
- Status changed from new to accepted
#2
@
14 years ago
The patch applies to comment.php in wp-admin. If you were working on edit-comments.php then it may not be surprising that this was missed.
Note: See
TracTickets for help on using
tickets.
I did a lot of cleanups of edit-comments.php in 3.0, and I'm surprised I missed this. Thanks!