Fix code style
This commit is contained in:
committed by
Veljko V
parent
1fd83c267c
commit
0a0dbf0fa1
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Config\PopulatorData\Templates;
|
||||
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
|
||||
class Coffee {
|
||||
|
||||
private $template_image_url;
|
||||
@@ -931,7 +931,7 @@ class Coffee {
|
||||
3 =>
|
||||
[
|
||||
'type' => 'footer',
|
||||
'text' => '<p><strong><span style="color: #000000;"><a href="[link:subscription_unsubscribe_url]" style="color: #000000;">'.WPFunctions::get()->__("Unsubscribe", 'mailpoet').'</a> | <a href="[link:subscription_manage_url]" style="color: #000000;">'.WPFunctions::get()->__("Manage your subscription", 'mailpoet').'</a></span></strong><br />'.WPFunctions::get()->__("Add your postal address here!", 'mailpoet').'</p>',
|
||||
'text' => '<p><strong><span style="color: #000000;"><a href="[link:subscription_unsubscribe_url]" style="color: #000000;">' . WPFunctions::get()->__("Unsubscribe", 'mailpoet') . '</a> | <a href="[link:subscription_manage_url]" style="color: #000000;">' . WPFunctions::get()->__("Manage your subscription", 'mailpoet') . '</a></span></strong><br />' . WPFunctions::get()->__("Add your postal address here!", 'mailpoet') . '</p>',
|
||||
'styles' =>
|
||||
[
|
||||
'block' =>
|
||||
@@ -1000,5 +1000,4 @@ class Coffee {
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user