Correct colspan

Closes #16698
This commit is contained in:
Mike Jolley 2017-09-04 18:14:40 +01:00
parent aed16d77ae
commit 645fb01aa8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if ( ! apply_filters( 'woocommerce_order_item_visible', true, $item ) ) {
<tr class="woocommerce-table__product-purchase-note product-purchase-note">
<td colspan="3"><?php echo wpautop( do_shortcode( wp_kses_post( $purchase_note ) ) ); ?></td>
<td colspan="2"><?php echo wpautop( do_shortcode( wp_kses_post( $purchase_note ) ) ); ?></td>
</tr>