commit
e631006845
|
@ -14,6 +14,8 @@ global $woocommerce, $post;
|
|||
$heading = esc_html( apply_filters( 'woocommerce_product_description_heading', __( 'Product Description', 'woocommerce' ) ) );
|
||||
?>
|
||||
|
||||
<?php if ( $heading ): ?>
|
||||
<h2><?php echo $heading; ?></h2>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php the_content(); ?>
|
Loading…
Reference in New Issue