mirror of https://github.com/vtrois/kratos
fix: adjust page links
parent
8dc052fea4
commit
10ee3c4a73
|
@ -20,7 +20,7 @@ function init_theme()
|
||||||
{
|
{
|
||||||
global $pagenow;
|
global $pagenow;
|
||||||
if ('themes.php' == $pagenow && isset($_GET['activated'])) {
|
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;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue