forked from leftypol/leftypol
Adds ? to filter
This commit is contained in:
parent
3d2ea677b4
commit
5adc4eb33e
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ $config['markup'][] = array("/^\s*<.*$/m", '<span class="orangeQuote">$0</spa
|
|||
$config['markup'][] = array("/__(.+?)__/", "<span class=\"underline\">\$1</span>");
|
||||
$config['markup'][] = array("/~~(.+?)~~/", "<span class=\"strikethrough\">\$1</span>");
|
||||
|
||||
$config['wordfilters'][] = array('/trann(y|ie)/i', 'transhumanist', true);
|
||||
$config['wordfilters'][] = array('/trann(y|ie)?/i', 'transhumanist', true);
|
||||
$config['wordfilters'][] = array('/nigger/i', 'uyghur', true);
|
||||
$config['wordfilters'][] = array('/nigg/i', 'uygh', true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue