Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhours committed Oct 8, 2024
1 parent 69a772a commit b985286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ function wpcom_launchpad_get_task_definitions() {
'get_title' => function () {
return __( 'Connect your domain', 'jetpack-mu-wpcom' );
},
'get_calypso_path' => function ( $task, $default, $data ) {
'get_calypso_path' => function ( $task, $default, $data ) {
$domain = get_option( 'migration_source_site_domain', null );
$path = $domain ? '/domains/add/use-my-domain/' . $data['site_slug_encoded'] . '/?initialQuery=' . $domain : '/domains/add/use-my-domain/' . $data['site_slug_encoded'];
return $path;
Expand Down

0 comments on commit b985286

Please sign in to comment.