From 97a47666f6bf86c7cb9387eec51dae5bc2486010 Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 12 Dec 2017 22:00:06 +0000 Subject: * MAILGUN IS ABOUT TO RELEASE * Email log - trash all * Email log - records per page * Welcome page * Fix config screen tabs --- Postman/Postman-Mail/PostmanTransportRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Postman/Postman-Mail/PostmanTransportRegistry.php') diff --git a/Postman/Postman-Mail/PostmanTransportRegistry.php b/Postman/Postman-Mail/PostmanTransportRegistry.php index 77654eb..ceaef7c 100644 --- a/Postman/Postman-Mail/PostmanTransportRegistry.php +++ b/Postman/Postman-Mail/PostmanTransportRegistry.php @@ -234,7 +234,7 @@ class PostmanTransportRegistry { return __( 'Postman is configured.', Postman::TEXT_DOMAIN ); } } else { - return __( 'Postman is not configured and is mimicking out-of-the-box WordPress email delivery.', Postman::TEXT_DOMAIN ); + return '
' . __( 'Postman is not configured and is mimicking out-of-the-box WordPress email delivery.', Postman::TEXT_DOMAIN ) . '
'; } } } -- cgit v1.2.3