Skip to content

Commit b51c429

Browse files
committed
fix blog nav link PRESS0-3151
1 parent d565434 commit b51c429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/PlanManager.php

Lines changed: 1 addition & 1 deletion
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',

0 commit comments

Comments
 (0)