A default placeholder to show until the rendering code replaces it.
This commit is contained in:
parent
6cd4ddb71b
commit
c627d49460
|
@ -115,6 +115,9 @@ wp_enqueue_script( 'wc-settings-tax' );
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
<tbody id="rates">
|
<tbody id="rates">
|
||||||
|
<tr>
|
||||||
|
<th colspan="10" style="text-align: center;"><?php esc_html_e( 'Loading…', 'woocommerce' ); ?></th>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue