add missing standard classes for .shop_table th
this probably needs further work to also add respective classes to td's
This commit is contained in:
parent
fccbb18fb4
commit
eeff8ce1cf
|
@ -16,9 +16,9 @@ global $woocommerce;
|
|||
<table class="shop_table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php _e( 'Product', 'woocommerce' ); ?></th>
|
||||
<th><?php _e( 'Qty', 'woocommerce' ); ?></th>
|
||||
<th><?php _e( 'Totals', 'woocommerce' ); ?></th>
|
||||
<th class="product-name"><?php _e( 'Product', 'woocommerce' ); ?></th>
|
||||
<th class="product-quantity"><?php _e( 'Qty', 'woocommerce' ); ?></th>
|
||||
<th class="product-total"><?php _e( 'Totals', 'woocommerce' ); ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
|
|
Loading…
Reference in New Issue