Make WordPress Core

Opened 20 years ago

Closed 19 years ago

Last modified 18 years ago

#1019 closed defect (bug) (fixed)

Moderation Queue listing doesn't include comment date

Reported by: coffee2code's profile coffee2code Owned by: westi's profile 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)

bug1019_moderation.diff (1.1 KB) - added by coffee2code 20 years ago.
moderation.php.diff (1.5 KB) - added by westi 19 years ago.
Update patch against trunk also fix additional issue

Download all attachments as: .zip

Change History (11)

#1 @coffee2code
20 years ago

  • Patch set to No

#2 @coffee2code
20 years ago

  • Patch changed from No to Yes

#3 @matt
20 years ago

I don't think the date is really needed on the moderation screen.

#4 @coffee2code
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 @westi
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

@westi
19 years ago

Update patch against trunk also fix additional issue

#6 @westi
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() ?>

#7 @westi
19 years ago

  • Keywords bg|squashed added

I squashed this a few days early

#8 @matt
19 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [3055]) Moderation and comment_author_link, fixes #1019

#9 @(none)
18 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.