Update templates/myaccount/my-orders.php
Short of one <th> (total 4, should be 5) in <thead> for corresponding <td> (total 5). Table headers misalignment.
This commit is contained in:
parent
12c4f5b4dd
commit
a28d11e737
|
@ -32,6 +32,7 @@ if ($customer_orders) :
|
|||
<th class="order-shipto"><span class="nobr"><?php _e('Ship to', 'woocommerce'); ?></span></th>
|
||||
<th class="order-total"><span class="nobr"><?php _e('Total', 'woocommerce'); ?></span></th>
|
||||
<th class="order-status" colspan="2"><span class="nobr"><?php _e('Status', 'woocommerce'); ?></span></th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
Loading…
Reference in New Issue