#1019 closed defect (bug) (fixed)
Moderation Queue listing doesn't include comment date
Reported by: | coffee2code | Owned by: | westi |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 1.5.1 |
Component: | Administration | Keywords: | bg|squashed bg|has-patch |
Focuses: | Cc: |
Description
Comments listed in the Admin's Moderation Queue listing don't have their date displayed, oddly the only piece of comment information not presented.
Attachments (2)
Change History (11)
#4
@
20 years ago
Granted, it's not terribly important, but it's little overhead (just the addition of a line) and can help give some idea of the frequency in relation to time that comments are going into the moderation queue (especially since this is the sole view into the moderation queue, more especially if you have e-mail notifications disabled). Those 200 moderated comments may've come in over the course of a week, or the last hour.
#5
@
19 years ago
- Keywords bg|has-patch added
- Milestone set to 1.6
- Owner changed from anonymous to westi
- Status changed from new to assigned
#6
@
19 years ago
I have updated the original patch against trunk.
This also fixes another issue in trunk whereby the wrong variable is checked for URL display. e.g.:
if ($comment->comment_author_email) { ?> | <strong><?php _e('URI:') ?></strong> <?php comment_author_url_link() ?>
I don't think the date is really needed on the moderation screen.