Skip to content

Commit 982216d

Browse files
committed
Remove trailing comma in function call
1 parent 2a5ec27 commit 982216d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-includes/sqlite/class-wp-sqlite-translator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public function query( $statement, $mode = PDO::FETCH_OBJ, ...$fetch_mode_args )
633633
$this->table_name,
634634
$this->insert_columns,
635635
$this->last_insert_id,
636-
$this->affected_rows,
636+
$this->affected_rows
637637
);
638638

639639
// Commit the nested transaction.

0 commit comments

Comments
 (0)