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.
1 parent d565434 commit b51c429Copy full SHA for b51c429
includes/PlanManager.php
@@ -866,7 +866,7 @@ public static function get_blog_plan(): Plan {
866
array(
867
'id' => 'blog_create_primary_menu',
868
'title' => __( 'Create a Primary Menu', 'wp-module-next-steps' ),
869
- 'href' => '{siteUrl}/wp-admin/site-editor.php?p=%2Fwp_navigation%2F7&canvas=edit',
+ 'href' => '{siteUrl}/wp-admin/site-editor.php?p=/navigation',
870
'status' => 'new',
871
'priority' => 2,
872
'source' => 'wp-module-next-steps',
0 commit comments