Skip to content

Commit

Permalink
Fix: Code. Code style fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed May 24, 2024
1 parent 0b3ff3c commit 825ef73
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions inc/spbc-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5478,10 +5478,12 @@ function spbc__get_accordion_tab_info_block_html($for)
$info_block_out .= '<p>' . __('Please, note, the size of file to send is restricted with 1024 Kb.', 'security-malware-firewall') . '</p>';
if ( (int) $spbc->settings['scanner__schedule_send_heuristic_suspicious_files'] === 2 ) {
$info_block_out .= '<p>'
. 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',
'<a href="options-general.php?page=spbc&spbc_tab=settings_general#spbc_setting_scanner__heuristic_analysis">',
'</a>')
. '</p>';
'</a>'
)
. '</p>';
}
$classes = 'notice notice-info';
break;
Expand Down

0 comments on commit 825ef73

Please sign in to comment.