Code Duplication    Length = 5-5 lines in 2 locations

templates/loop/sale-flash.php 1 location

@@ 26-30 (lines=5) @@
23
global $post, $product;
24
25
?>
26
<?php if ( $product->is_on_sale() ) : ?>
27
28
	<?php echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . __( 'Sale!', 'woocommerce' ) . '</span>', $post, $product ); ?>
29
30
<?php endif; ?>
31

templates/single-product/sale-flash.php 1 location

@@ 26-30 (lines=5) @@
23
global $post, $product;
24
25
?>
26
<?php if ( $product->is_on_sale() ) : ?>
27
28
	<?php echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . __( 'Sale!', 'woocommerce' ) . '</span>', $post, $product ); ?>
29
30
<?php endif; ?>
31