|
@@ -2425,7 +2425,7 @@ function censorText(&$text, $force = false)
|
|
|
global $modSettings, $options, $settings, $txt;
|
|
|
static $censor_vulgar = null, $censor_proper;
|
|
|
|
|
|
- if ((!empty($options['show_no_censored']) && $modSettings['allow_no_censor'] && !$force) || empty($modSettings['censor_vulgar']) || trim($text) === '')
|
|
|
+ if ((!empty($options['show_no_censored']) && $modSettings['allow_no_censored'] && !$force) || empty($modSettings['censor_vulgar']) || trim($text) === '')
|
|
|
return $text;
|
|
|
|
|
|
// If they haven't yet been loaded, load them.
|