laipower/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-row-empty.php

17 lines
278 B
PHP
Raw Normal View History

<?php
/**
* Admin tax table rate row when no rates are available.
*
* @since 3.0
*
* @package EDD
* @category Template
* @author Easy Digital Downloads
* @version 1.0.0
*/
?>
<td colspan="5">
<?php esc_html_e( 'No rates found.', 'easy-digital-downloads' ); ?>
</td>