fix conflicts
This commit is contained in:
parent
0e623e2c50
commit
6ad8f0f718
|
@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<tr class="item <?php echo ( ! empty( $class ) ) ? $class : ''; ?>" data-order_item_id="<?php echo $item_id; ?>">
|
<tr class="item <?php echo apply_filters( 'woocommerce_admin_html_order_item_class', ( ! empty( $class ) ? $class : '' ), $item ); ?>" data-order_item_id="<?php echo $item_id; ?>">
|
||||||
<td class="check-column"><input type="checkbox" /></td>
|
<td class="check-column"><input type="checkbox" /></td>
|
||||||
<td class="thumb">
|
<td class="thumb">
|
||||||
<?php if ( $_product ) : ?>
|
<?php if ( $_product ) : ?>
|
||||||
|
|
Loading…
Reference in New Issue