From 825ef73f2190f0ba549ce5164c9719d9b2477ae2 Mon Sep 17 00:00:00 2001 From: Glomberg Date: Fri, 24 May 2024 14:24:00 +0300 Subject: [PATCH] Fix: Code. Code style fixed. --- inc/spbc-settings.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/inc/spbc-settings.php b/inc/spbc-settings.php index 68f2bf803..b61bb5c74 100644 --- a/inc/spbc-settings.php +++ b/inc/spbc-settings.php @@ -5478,10 +5478,12 @@ function spbc__get_accordion_tab_info_block_html($for) $info_block_out .= '

' . __('Please, note, the size of file to send is restricted with 1024 Kb.', 'security-malware-firewall') . '

'; if ( (int) $spbc->settings['scanner__schedule_send_heuristic_suspicious_files'] === 2 ) { $info_block_out .= '

' - . sprintf('Suspicious files are sent to the CleanTalk cloud to be analyzed by Cloud Malware scanner. If you do not want to send it to the cloud, turn this option off in the plugin %s settings %s', + . sprintf( + 'Suspicious files are sent to the CleanTalk cloud to be analyzed by Cloud Malware scanner. If you do not want to send it to the cloud, turn this option off in the plugin %s settings %s', '', - '') - . '

'; + '' + ) + . '

'; } $classes = 'notice notice-info'; break;