More formatting

Identical to Woo files;
This commit is contained in:
Unknown 2018-03-22 13:58:07 -06:00 committed by zachary
parent 8a733f4837
commit 89a7860da0
1 changed files with 2 additions and 3 deletions

View File

@ -64,9 +64,8 @@ do_action( 'woocommerce_before_cart' ); ?>
?>
</td>
<td class="product-thumbnail">
<?php
$thumbnail = apply_filters( 'woocommerce_cart_item_thumbnail', $_product->get_image(), $cart_item, $cart_item_key );
<td class="product-thumbnail"><?php
$thumbnail = apply_filters( 'woocommerce_cart_item_thumbnail', $_product->get_image(), $cart_item, $cart_item_key );
if ( ! $product_permalink ) {
echo $thumbnail;