Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launchpad: Add messages anchor in customize welcome message task URL #41320

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
@@ -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(