From 0bd2a820fb3a375e71398f106e9a5227e8477277 Mon Sep 17 00:00:00 2001 From: pupi1985 Date: Mon, 12 Feb 2018 14:00:51 -0300 Subject: [PATCH] Update hidden HTML to avoid its detection as malware --- qa-include/qa-theme-base.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qa-include/qa-theme-base.php b/qa-include/qa-theme-base.php index 6df1a1625..a1acc9b41 100644 --- a/qa-include/qa-theme-base.php +++ b/qa-include/qa-theme-base.php @@ -396,8 +396,7 @@ public function body() public function body_hidden() { - $indent = $this->isRTL ? '9999px' : '-9999px'; - $this->output('
'); + $this->output('
'); $this->waiting_template(); $this->output('
'); }