Remove old translations

This commit is contained in:
Amine Ben hammou
2020-07-02 18:40:44 +02:00
committed by Veljko V
parent 12ae18c87e
commit a4c5d81b6f
8 changed files with 19 additions and 31 deletions

View File

@@ -59,7 +59,7 @@ class WelcomeBlank1Column {
"blocks" => [
[
"type" => "header",
"text" => WPFunctions::get()->__("<a href=\"[link:newsletter_view_in_browser_url]\">View this in your browser.</a>", 'mailpoet'),
"text" => '<a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a>',
"styles" => [
"block" => [
"backgroundColor" => "transparent",
@@ -197,7 +197,7 @@ class WelcomeBlank1Column {
],
[
"type" => "footer",
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
"styles" => [
"block" => [
"backgroundColor" => "transparent",