File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44.gitignore export-ignore
55composer.json export-ignore
66phpcs.xml.dist export-ignore
7+ lexer-explorations /* .php export-ignore
8+ wp-includes /sqlite /class-wp-sqlite-crosscheck-db.php export-ignore
Original file line number Diff line number Diff line change 5555require_once __DIR__ . '/class-wp-sqlite-pdo-engine.php ' ;
5656require_once __DIR__ . '/class-wp-sqlite-object-array.php ' ;
5757require_once __DIR__ . '/class-wp-sqlite-db.php ' ;
58- require_once __DIR__ . '/class-wp-sqlite-crosscheck-db.php ' ;
5958require_once __DIR__ . '/install-functions.php ' ;
6059
61- if ( defined ( 'SQLITE_DEBUG_CROSSCHECK ' ) && SQLITE_DEBUG_CROSSCHECK ) {
60+ if ( defined ( 'SQLITE_DEBUG_CROSSCHECK ' ) && SQLITE_DEBUG_CROSSCHECK && file_exists ( __DIR__ . '/class-wp-sqlite-crosscheck-db.php ' ) ) {
61+ require_once __DIR__ . '/class-wp-sqlite-crosscheck-db.php ' ;
6262 $ GLOBALS ['wpdb ' ] = new WP_SQLite_Crosscheck_DB ();
6363} else {
6464 $ GLOBALS ['wpdb ' ] = new WP_SQLite_DB ();
You can’t perform that action at this time.
0 commit comments