Add missing comma. see #6644
git-svn-id: http://svn.automattic.com/wordpress/trunk@7657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ab7af57751
commit
56f15cb1bf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue