Remove unnecessary string
This commit is contained in:
parent
8b06e0e432
commit
d01ab9b24f
|
@ -249,7 +249,7 @@ class WC_Meta_Box_Coupon_Data {
|
|||
<?php echo wc_help_tip( __( 'Product categories that the coupon will not be applied to, or that cannot be in the cart in order for the "Fixed cart discount" to be applied.', 'woocommerce' ) ); ?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="options_group">';
|
||||
<div class="options_group">
|
||||
<?php
|
||||
// Customers.
|
||||
woocommerce_wp_text_input(
|
||||
|
|
Loading…
Reference in New Issue