Skip to content

Commit

Permalink
Post-migration Experience: Make the "Migrating the site" task complet…
Browse files Browse the repository at this point in the history
…e by default (#39769)

* Make the Migrating the site task complete as default

* changelog

---------

Co-authored-by: Valter Lorran <valter.lorran@automattic.com>
  • Loading branch information
valterlorran and Valter Lorran authored Oct 17, 2024
1 parent 8d9161a commit adb410b
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: changed

Make the Migrating the site task complete by default
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ function wpcom_launchpad_get_task_definitions() {
'get_title' => function () {
return __( 'Migrating the site', 'jetpack-mu-wpcom' );
},
'is_complete_callback' => 'wpcom_launchpad_is_task_option_completed',
'is_complete_callback' => '__return_true',
'is_visible_callback' => '__return_true',
),
// Post-migration tasks.
Expand Down

0 comments on commit adb410b

Please sign in to comment.