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:
Leho Kraav 2012-11-24 21:36:16 +02:00
parent fccbb18fb4
commit eeff8ce1cf
1 changed files with 3 additions and 3 deletions

View File

@ -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>