diff --git a/inc/spbc-settings.php b/inc/spbc-settings.php index fd2561dc4..d38471479 100644 --- a/inc/spbc-settings.php +++ b/inc/spbc-settings.php @@ -4173,7 +4173,15 @@ function spbc_settings__get_description() ), 'scanner__path_exclusions_view' => array( 'title' => __('Exclusions ruleset for files and directories', 'security-malware-firewall'), - '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'), + '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') + . '
', ), 'hash_denied_hash' => array( 'title' => 'denied_hash',