remove a phpcs ignore rule.

This commit is contained in:
parmarhardip 2019-05-09 17:42:08 +05:30
parent d56d24f8dd
commit 7b2a331213
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ do_action( 'woocommerce_before_add_to_cart_form' ); ?>
<?php do_action( 'woocommerce_before_variations_form' ); ?>
<?php if ( empty( $available_variations ) && false !== $available_variations ) : ?>
<p class="stock out-of-stock"><?php echo apply_filters( 'woocommerce_out_of_stock_message', esc_html__( 'This product is currently out of stock and unavailable.', 'woocommerce' ) ); ?></p><?php // @codingStandardsIgnoreLine ?>
<p class="stock out-of-stock"><?php echo apply_filters( 'woocommerce_out_of_stock_message', esc_html__( 'This product is currently out of stock and unavailable.', 'woocommerce' ) ); ?></p>
<?php else : ?>
<table class="variations" cellspacing="0">
<tbody>