From fd4e0fe13e6417b79729a79607f92db6f6a282a0 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Tue, 27 Aug 2019 01:33:48 +0300 Subject: [PATCH] i18n: remove HTML tags from translation strings --- .../Templates/NewsletterBlank13Column.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php b/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php index de1026ff9f..2d84a0c527 100644 --- a/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php +++ b/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php @@ -163,11 +163,11 @@ class NewsletterBlank13Column { "blocks" => [ [ "type" => "text", - "text" => WPFunctions::get()->__("

This template...

", 'mailpoet'), + "text" => WPFunctions::get()->'

'.__('This template...', 'mailpoet').'

', ], [ "type" => "text", - "text" => WPFunctions::get()->__("

In the right sidebar, you can add layout blocks to your newsletter.

", 'mailpoet'), + "text" => WPFunctions::get()->'

'.__('In the right sidebar, you can add layout blocks to your newsletter.', 'mailpoet').'

', ], ], ], @@ -182,7 +182,7 @@ class NewsletterBlank13Column { "blocks" => [ [ "type" => "text", - "text" => WPFunctions::get()->__("

... has a...

", 'mailpoet'), + "text" => WPFunctions::get()->'

'.__('... has a...', 'mailpoet').'

', ], [ "type" => "text", @@ -201,11 +201,11 @@ class NewsletterBlank13Column { "blocks" => [ [ "type" => "text", - "text" => WPFunctions::get()->__("

3-column layout.

", 'mailpoet'), + "text" => WPFunctions::get()->'

'.__('3-column layout.', 'mailpoet').'

', ], [ "type" => "text", - "text" => WPFunctions::get()->__("

You can add as many layout blocks as you want!

", 'mailpoet'), + "text" => WPFunctions::get()->'

'.__('You can add as many layout blocks as you want!', 'mailpoet').'

', ], [ "type" => "text",