Skip to content

Commit

Permalink
Just testing something
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhours committed Oct 8, 2024
1 parent b985286 commit 38b4fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ function wpcom_launchpad_get_task_definitions() {
$path = $domain ? '/domains/add/use-my-domain/' . $data['site_slug_encoded'] . '/?initialQuery=' . $domain : '/domains/add/use-my-domain/' . $data['site_slug_encoded'];
return $path;
},
'is_complete_callback' => 'wpcom_launchpad_is_task_option_completed',
'is_complete_callback' => 'wpcom_launchpad_is_domain_customize_completed',
'is_visible_callback' => '__return_true',
),
);
Expand Down

0 comments on commit 38b4fd7

Please sign in to comment.