installed plugin Easy Digital Downloads
version 3.1.0.3
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Admin tax table "meta" (thead or tfoot).
|
||||
*
|
||||
* @since 3.0
|
||||
*
|
||||
* @package EDD
|
||||
* @category Template
|
||||
* @author Easy Digital Downloads
|
||||
* @version 1.0.0
|
||||
*/
|
||||
?>
|
||||
|
||||
<tr>
|
||||
<td class="edd-tax-rates-table-checkbox check-column"><input type="checkbox" /></td>
|
||||
<th class="edd-tax-rates-table-country"><?php esc_html_e( 'Country', 'easy-digital-downloads' ); ?></th>
|
||||
<th><?php esc_html_e( 'Region', 'easy-digital-downloads' ); ?></th>
|
||||
<th class="edd-tax-rates-table-rate"><?php esc_html_e( 'Rate', 'easy-digital-downloads' ); ?></th>
|
||||
<th class="edd-tax-rates-table-actions"><?php esc_html_e( 'Actions', 'easy-digital-downloads' ); ?></th>
|
||||
</tr>
|
Reference in New Issue
Block a user