Italicize the email too
This commit is contained in:
committed by
Jack Kitterhing
parent
6e3faef6c3
commit
81079dcd7c
@ -92,7 +92,7 @@ class MailPoetMapper {
|
||||
private function getUnauthorizedEmailMessage($sender, $newsletter) {
|
||||
$email = $sender ? $sender['from_email'] : null;
|
||||
$message = '<p>';
|
||||
$message .= sprintf(WPFunctions::get()->__('The MailPoet Sending Service did not send your latest email because the address %s is not yet authorized.', 'mailpoet'), $email ?: '<i>' . WPFunctions::get()->__('Unknown address') . '</i>' );
|
||||
$message .= sprintf(WPFunctions::get()->__('The MailPoet Sending Service did not send your latest email because the address %s is not yet authorized.', 'mailpoet'), '<i>' . ( $email ?: WPFunctions::get()->__('Unknown address') ) . '</i>' );
|
||||
$message .= '</p><p>';
|
||||
$message .= Helpers::replaceLinkTags(
|
||||
WPFunctions::get()->__('[link]Authorize your email in your account now.[/link]', 'mailpoet'),
|
||||
|
Reference in New Issue
Block a user