my-address fix conditional statement
Improves formatting for "if" statement; Per new Woo template files;
This commit is contained in:
parent
80624cf4ff
commit
5e74771858
|
@ -60,4 +60,6 @@ $col = 1;
|
|||
|
||||
<?php endforeach; ?>
|
||||
|
||||
<?php if ( ! wc_ship_to_billing_address_only() && wc_shipping_enabled() ) echo '</div>'; ?>
|
||||
<?php if ( ! wc_ship_to_billing_address_only() && wc_shipping_enabled() ) : ?>
|
||||
</div>
|
||||
<?php endif;
|
||||
|
|
Reference in New Issue