Merge pull request #16721 from woocommerce/fix/email-notice-missing-variable
Fix email notice missing variable
This commit is contained in:
commit
d2b2411a18
|
@ -19,8 +19,10 @@
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
if ( ! defined( 'ABSPATH' ) ) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
<h2 class="woocommerce-order-downloads__title"><?php _e( 'Downloads', 'woocommerce' ); ?></h2>
|
$text_align = is_rtl() ? 'right' : 'left';
|
||||||
|
|
||||||
|
?><h2 class="woocommerce-order-downloads__title"><?php _e( 'Downloads', 'woocommerce' ); ?></h2>
|
||||||
|
|
||||||
<table class="td" cellspacing="0" cellpadding="6" style="width: 100%; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; margin-bottom: 40px;" border="1">
|
<table class="td" cellspacing="0" cellpadding="6" style="width: 100%; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; margin-bottom: 40px;" border="1">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in New Issue