installed plugin Easy Digital Downloads version 3.1.0.3

This commit is contained in:
2022-11-27 15:03:07 +00:00
committed by Gitium
parent 555673545b
commit c5dce2cec6
1200 changed files with 238970 additions and 0 deletions

View File

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