OBW: Offer Storefront when WP 5.0 default theme is active
Because the OBW hadn't been updated to consider Twenty Nineteen a default theme, Storefront was omitted from the 'Recommended' step on the basis of Twenty Nineteen's WooCommerce support.
This commit is contained in:
parent
0f731d9c3f
commit
4164305b3c
|
@ -91,6 +91,7 @@ class WC_Admin_Setup_Wizard {
|
||||||
protected function is_default_theme() {
|
protected function is_default_theme() {
|
||||||
return wc_is_active_theme(
|
return wc_is_active_theme(
|
||||||
array(
|
array(
|
||||||
|
'twentynineteen',
|
||||||
'twentyseventeen',
|
'twentyseventeen',
|
||||||
'twentysixteen',
|
'twentysixteen',
|
||||||
'twentyfifteen',
|
'twentyfifteen',
|
||||||
|
|
Loading…
Reference in New Issue