File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ function sqlite_plugin_adminbar_item( $admin_bar ) {
103103 global $ wpdb ;
104104
105105 if ( defined ( 'SQLITE_DB_DROPIN_VERSION ' ) && defined ( 'DB_ENGINE ' ) && 'sqlite ' === DB_ENGINE ) {
106- $ title = '<span style="color:#46B450;"> ' . __ ( 'Database: SQLite ' , 'performance-lab ' ) . '</span> ' ;
106+ $ title = '<span style="color:#46B450;"> ' . __ ( 'Database: SQLite ' , 'sqlite-database-integration ' ) . '</span> ' ;
107107 } elseif ( stripos ( $ wpdb ->db_server_info (), 'maria ' ) !== false ) {
108- $ title = '<span style="color:#DC3232;"> ' . __ ( 'Database: MariaDB ' , 'performance-lab ' ) . '</span> ' ;
108+ $ title = '<span style="color:#DC3232;"> ' . __ ( 'Database: MariaDB ' , 'sqlite-database-integration ' ) . '</span> ' ;
109109 } else {
110- $ title = '<span style="color:#DC3232;"> ' . __ ( 'Database: MySQL ' , 'performance-lab ' ) . '</span> ' ;
110+ $ title = '<span style="color:#DC3232;"> ' . __ ( 'Database: MySQL ' , 'sqlite-database-integration ' ) . '</span> ' ;
111111 }
112112
113113 $ args = array (
You can’t perform that action at this time.
0 commit comments