mirror of https://github.com/vtrois/kratos
fix: adjust page links
parent
8dc052fea4
commit
10ee3c4a73
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue