From ac8e3acf9eb10ee17930cfca29a008db74298ae0 Mon Sep 17 00:00:00 2001 From: Glomberg Date: Tue, 28 Nov 2023 12:38:18 +0300 Subject: [PATCH] Fix. Code. Code style fixed. --- inc/spbc-settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/spbc-settings.php b/inc/spbc-settings.php index 5fc788fd1..60bf2e806 100644 --- a/inc/spbc-settings.php +++ b/inc/spbc-settings.php @@ -2136,10 +2136,10 @@ function spbc_field_traffic_control_logs__prepare_data(&$table) $status = '' . $passed_text . ''; break; case 'PASS_BY_TRUSTED_NETWORK': - $status = '' . $passed_text . ' '. __('Trusted network. Click on IP for details.', 'security-malware-firewall') . ''; + $status = '' . $passed_text . ' ' . __('Trusted network. Click on IP for details.', 'security-malware-firewall') . ''; break; case 'PASS_BY_WHITELIST': - $status = '' . $passed_text . ' ' .__('Whitelisted.', 'security-malware-firewall') . ''; + $status = '' . $passed_text . ' ' . __('Whitelisted.', 'security-malware-firewall') . ''; break; case 'DENY': $status = '' . $blocked_text . ' ' . __('Blacklisted.', 'security-malware-firewall') . '';