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

@@ -1,9 +1,9 @@
<?php
namespace MailPoet\Config\PopulatorData\Templates;
use MailPoet\WP\Functions as WPFunctions;
class NewsletterBlank1Column {
private $assets_url;
@@ -59,7 +59,7 @@ class NewsletterBlank1Column {
"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 NewsletterBlank1Column {
],
[
"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",
@@ -258,6 +258,4 @@ class NewsletterBlank1Column {
private function getThumbnail() {
return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg';
}
}