diff --git a/inc/theme-core.php b/inc/theme-core.php index ff80640..b81e114 100644 --- a/inc/theme-core.php +++ b/inc/theme-core.php @@ -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; } }