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:
parent
5af761df74
commit
91aa0954a4
@ -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
Block a user