From 99642215aa5f3c0bd663f682673f6a1ef37fc166 Mon Sep 17 00:00:00 2001 From: Boro Sitnikovski Date: Wed, 6 Sep 2017 09:25:02 +0200 Subject: [PATCH] Fix email notice missing variable --- templates/emails/email-downloads.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/emails/email-downloads.php b/templates/emails/email-downloads.php index efb8f8320d1..faa02a5faaa 100644 --- a/templates/emails/email-downloads.php +++ b/templates/emails/email-downloads.php @@ -19,8 +19,10 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } -?> -

+ +$text_align = is_rtl() ? 'right' : 'left'; + +?>