From d301b68402e1014c9f4a1fd7d70b55fb720b5792 Mon Sep 17 00:00:00 2001 From: Max Harris Date: Fri, 18 Sep 2020 14:02:32 -0700 Subject: [PATCH] fixed print string --- admin.widget.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin.widget.class.php b/admin.widget.class.php index 7ef1c542..82020215 100644 --- a/admin.widget.class.php +++ b/admin.widget.class.php @@ -544,8 +544,8 @@ public function render_enable_debugging_field() public function render_transactional_field() { printf(' -
Upon checked, by default, it\'ll set mark all emails as transactional. It should be set false (using hooks) for non-transactional emails.',
Upon checked, by default, it\'ll set mark all emails as transactional. It should be set false (using hooks) for non-transactional emails.', - $this->settings['transactional'] ? 'checked' : ''); $this->settings['transactional'] ? 'checked' : ''); +
Upon checked, by default, it\'ll set mark all emails as transactional. It should be set false (using hooks) for non-transactional emails.', + $this->settings['transactional'] ? 'checked' : ''); } public function render_ip_pool_field()