This commit is contained in:
Ron Rennick 2019-09-03 17:15:50 -03:00
parent 966cd9c0cc
commit d89a975dbc
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ class Onboarding {
} }
$help_tabs = $screen->get_help_tabs(); $help_tabs = $screen->get_help_tabs();
foreach ( $help_tabs as $help_tab ) { foreach ( $help_tabs as $help_tab ) {
if ( 'woocommerce_onboard_tab' !== $help_tab['id'] ) { if ( 'woocommerce_onboard_tab' !== $help_tab['id'] ) {
continue; continue;