Skip to content

Commit 57d6cc0

Browse files
Fix another undefined variable.
1 parent a9a481b commit 57d6cc0

File tree

1 file changed

+1
-1
lines changed
  • app/integrations/woocommerce/templates/single-product/tabs

1 file changed

+1
-1
lines changed

app/integrations/woocommerce/templates/single-product/tabs/tabs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030
$wc_tabs = apply_filters( 'woocommerce_product_tabs', [] );
3131

32-
if ( ! empty( $tabs ) ) : ?>
32+
if ( ! empty( $wc_tabs ) ) : ?>
3333

3434
<div class="woocommerce-single-product-data">
3535

0 commit comments

Comments
 (0)