Merge pull request #5435 from dimitrov-adrian/patch-9

Consistence
This commit is contained in:
Mike Jolley 2014-05-07 14:48:06 +01:00
commit e631006845
1 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,8 @@ global $woocommerce, $post;
$heading = esc_html( apply_filters( 'woocommerce_product_description_heading', __( 'Product Description', 'woocommerce' ) ) );
?>
<h2><?php echo $heading; ?></h2>
<?php if ( $heading ): ?>
<h2><?php echo $heading; ?></h2>
<?php endif; ?>
<?php the_content(); ?>