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:
ryan 2008-04-14 16:45:12 +00:00
parent ab7af57751
commit 56f15cb1bf
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;