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