Add missing comma. see #6644

git-svn-id: https://develop.svn.wordpress.org/trunk@7657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-04-14 16:45:12 +00:00
parent 5af761df74
commit 91aa0954a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;