Skip to content

Commit 8c2fa76

Browse files
authored
Merge pull request #77 from newfold-labs/fix/nav-links_PRESS0-3121_PRESS0-3151
Fix nav links press0 3121 press0 3151
2 parents 7556c8a + b51c429 commit 8c2fa76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/PlanManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ public static function get_blog_plan(): Plan {
866866
array(
867867
'id' => 'blog_create_primary_menu',
868868
'title' => __( 'Create a Primary Menu', 'wp-module-next-steps' ),
869-
'href' => '{siteUrl}/wp-admin/site-editor.php?p=%2Fwp_navigation%2F7&canvas=edit',
869+
'href' => '{siteUrl}/wp-admin/site-editor.php?p=/navigation',
870870
'status' => 'new',
871871
'priority' => 2,
872872
'source' => 'wp-module-next-steps',
@@ -1289,7 +1289,7 @@ public static function get_corporate_plan(): Plan {
12891289
array(
12901290
'id' => 'corporate_create_primary_menu',
12911291
'title' => __( 'Create a Primary Menu', 'wp-module-next-steps' ),
1292-
'href' => '{siteUrl}/wp-admin/site-editor.php?p=%2Fwp_navigation%2F7&canvas=edit',
1292+
'href' => '{siteUrl}/wp-admin/site-editor.php?p=/navigation',
12931293
'status' => 'new',
12941294
'priority' => 2,
12951295
'source' => 'wp-module-next-steps',

0 commit comments

Comments
 (0)