Ticket #3503 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

updating comment date does not update comment_date_gmt column

Reported by: mm6 Assigned to: anonymous
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch
Cc:

Description

Updating a comment date using the admin interface does not update the comment_date_gmt column in the database. This leads to a discrepancy between the comment_date and comment_date_gmt columns in wp_comments.

Attachments

comment-functions.diff (0.8 kB) - added by mm6 on 12/28/06 15:39:04.
update comment_date_gmt when editing a comment
comment.php.diff (1.0 kB) - added by mm6 on 01/04/07 15:11:29.
patch against latest trunk to update comment_date_gmt column when updating a comment

Change History

12/28/06 15:39:04 changed by mm6

  • attachment comment-functions.diff added.

update comment_date_gmt when editing a comment

01/04/07 15:11:29 changed by mm6

  • attachment comment.php.diff added.

patch against latest trunk to update comment_date_gmt column when updating a comment

01/04/07 15:14:22 changed by mm6

  • keywords set to has-patch.

01/04/07 17:10:11 changed by foolswisdom

  • version set to 2.1.
  • milestone changed from 2.2 to 2.1.

01/09/07 08:22:30 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4705]) Update comment date gmt when updating comment date. Props mm6. fixes #3503