Merge pull request #16721 from woocommerce/fix/email-notice-missing-variable

Fix email notice missing variable
This commit is contained in:
Mike Jolley 2017-09-06 10:37:26 +01:00 committed by GitHub
commit d2b2411a18
1 changed files with 4 additions and 2 deletions

View File

@ -19,8 +19,10 @@
if ( ! defined( 'ABSPATH' ) ) {
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">
<thead>