From 91aa0954a4caffae433df497c6d5cdd233f7184f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 14 Apr 2008 16:45:12 +0000 Subject: [PATCH] Add missing comma. see #6644 git-svn-id: https://develop.svn.wordpress.org/trunk@7657 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/comment.php b/wp-includes/comment.php index f5eff0a151..5609e6fc62 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -788,7 +788,7 @@ function wp_update_comment($commentarr) { $comment_approved, $comment_author_url, $comment_date, - $comment_date_gmt + $comment_date_gmt, $comment_ID) ); $rval = $wpdb->rows_affected;