We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0421137 + 2fdfc21 commit a8df964Copy full SHA for a8df964
admin-page.php
@@ -17,7 +17,7 @@ function sqlite_add_admin_menu() {
17
__( 'SQLite integration', 'sqlite-database-integration' ),
18
'manage_options',
19
'sqlite-integration',
20
- 'sqlite_integration_admin_screen',
+ 'sqlite_integration_admin_screen'
21
);
22
}
23
add_action( 'admin_menu', 'sqlite_add_admin_menu' );
0 commit comments