Skip to content

Commit 8ca0f1d

Browse files
committed
Rename WP_SQLite_Driver to WP_MySQL_On_SQLite
1 parent b0ca303 commit 8ca0f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-includes/sqlite-ast/class-wp-sqlite-driver.php renamed to wp-includes/sqlite-ast/class-wp-mysql-on-sqlite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The driver requires PDO with the SQLite driver, and the PCRE engine.
1616
*/
17-
class WP_SQLite_Driver {
17+
class WP_MySQL_On_SQLite {
1818
/**
1919
* The path to the MySQL SQL grammar file.
2020
*/

0 commit comments

Comments
 (0)