17 lines
278 B
PHP

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