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:
dasongoh 2012-08-23 18:41:19 +08:00
parent 12c4f5b4dd
commit a28d11e737
1 changed files with 1 additions and 0 deletions

View File

@ -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>&nbsp;</th>
</tr>
</thead>