Skip to content

Commit a81d6d3

Browse files
Launchpad checklists - Update newsletter checklists to show manage subscribers regardless of import goal. (#43687)
* remove visibility restriction on manage_subscribers * changelog
1 parent 7cd3d96 commit a81d6d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
dont restrict manage subscribers task to importing goal for newsletter launchpads

projects/packages/jetpack-mu-wpcom/src/features/launchpad/launchpad-task-definitions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ function wpcom_launchpad_get_task_definitions() {
517517
return __( 'Manage your subscribers', 'jetpack-mu-wpcom' );
518518
},
519519
'is_complete_callback' => 'wpcom_launchpad_is_task_option_completed',
520-
'is_visible_callback' => 'wpcom_launchpad_has_goal_import_subscribers',
521520
'get_calypso_path' => function ( $task, $default, $data ) {
522521
return '/subscribers/' . $data['site_slug_encoded'];
523522
},

0 commit comments

Comments
 (0)