Skip to content

Commit a42c1b3

Browse files
authored
Merge pull request #62 from schlessera/fix/trailing-comma
Remove trailing comma in function call
2 parents 2a5ec27 + 982216d commit a42c1b3

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)