Skip to content

Commit

Permalink
Launchpad: Add messages anchor in customize welcome message task URL (#…
Browse files Browse the repository at this point in the history
…41320)

Add messages area anchor in customize_welcome_message Launchpad task path
  • Loading branch information
zaguiini authored Jan 27, 2025
1 parent 3aa80c9 commit 5a60125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Add messages area anchor in customize_welcome_message Launchpad task path
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ function wpcom_launchpad_get_task_definitions() {
if ( wpcom_launchpad_should_use_wp_admin_link() ) {
return admin_url( 'admin.php?page=jetpack#/newsletter' );
}
return '/settings/newsletter/' . $data['site_slug_encoded'];
return '/settings/newsletter/' . $data['site_slug_encoded'] . '#messages';
},
),
'enable_subscribers_modal' => array(
Expand Down

0 comments on commit 5a60125

Please sign in to comment.