Remove Purchase task from onboarding task list (#40121)
This commit is contained in:
commit
2d0fd11056
|
@ -8,7 +8,6 @@ import './Marketing';
|
|||
import './appearance';
|
||||
import './tax';
|
||||
import './woocommerce-payments';
|
||||
import './purchase';
|
||||
import './deprecated-tasks';
|
||||
import './customize-store-tasklist-item';
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Removed references to the un-used Purchase task item in the onboarding task list.
|
|
@ -44,7 +44,6 @@ class TaskLists {
|
|||
*/
|
||||
const DEFAULT_TASKS = array(
|
||||
'StoreDetails',
|
||||
'Purchase',
|
||||
'Products',
|
||||
'WooCommercePayments',
|
||||
'Payments',
|
||||
|
@ -112,7 +111,6 @@ class TaskLists {
|
|||
$tasks = array(
|
||||
'CustomizeStore',
|
||||
'StoreDetails',
|
||||
'Purchase',
|
||||
'Products',
|
||||
'WooCommercePayments',
|
||||
'Payments',
|
||||
|
|
Loading…
Reference in New Issue