Merge pull request #2127 from swoelffel/patch-1
Update admin/woocommerce-admin-settings.php
This commit is contained in:
commit
dfb8421820
|
@ -389,8 +389,6 @@ if ( ! function_exists( 'woocommerce_settings' ) ) {
|
|||
woocommerce_admin_fields( $woocommerce_settings[ $current_tab ] );
|
||||
}
|
||||
|
||||
echo '</div>';
|
||||
|
||||
break;
|
||||
case "integration" :
|
||||
|
||||
|
@ -913,4 +911,4 @@ function woocommerce_admin_fields( $options ) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue