my-address fix conditional statement

Improves formatting for "if" statement;

Per new Woo template files;
This commit is contained in:
Unknown 2018-03-22 14:29:05 -06:00 committed by zachary
parent 80624cf4ff
commit 5e74771858
1 changed files with 3 additions and 1 deletions

View File

@ -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;