fix: adjust page links

pull/409/head^2
Seaton Jiang 2021-08-20 08:57:28 +08:00
parent 8dc052fea4
commit 10ee3c4a73
No known key found for this signature in database
GPG Key ID: 0E05070D261ACFEA
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function init_theme()
{
global $pagenow;
if ('themes.php' == $pagenow && isset($_GET['activated'])) {
wp_redirect(admin_url('admin.php?page=kratos_options'));
wp_redirect(admin_url('admin.php?page=kratos-options'));
exit;
}
}