Skip to content

Commit 9aa7bea

Browse files
Udp.Code.Malware scanning new description
https://app.doboard.com/1/task/40560
1 parent 8607739 commit 9aa7bea

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

inc/spbc-settings.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4173,7 +4173,15 @@ function spbc_settings__get_description()
41734173
),
41744174
'scanner__path_exclusions_view' => array(
41754175
'title' => __('Exclusions ruleset for files and directories', 'security-malware-firewall'),
4176-
'desc' => __('These rules will exclude files or directories (and all subdirectories) matching the specified path. Any type of directory separator is acceptable. Example: wp-content/themes/yourtheme/skipthisdir or wp-content/uploads/file.txt', 'security-malware-firewall'),
4176+
'desc' => __('These rules will exclude files or directories (and all subdirectories) matching the specified path. Any type of directory separator is acceptable. Example: wp-content/themes/yourtheme/skipthisdir or wp-content/uploads/file.txt', 'security-malware-firewall')
4177+
. '<p><a class="spbc_long_desc__link" href="'
4178+
. LinkConstructor::buildSimpleLink(
4179+
'https://cleantalk.org',
4180+
'help/exclude-files-and-folders-from-malware-scanning'
4181+
)
4182+
. '" target="_blank">'
4183+
. __('Learn more', 'security-malware-firewall')
4184+
. '</a></p>',
41774185
),
41784186
'hash_denied_hash' => array(
41794187
'title' => 'denied_hash',

0 commit comments

Comments
 (0)