We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cc6f0 commit 83075fbCopy full SHA for 83075fb
plugins/NoSwear/NoSwearPlugin.php
@@ -8,15 +8,15 @@
8
9
class NoSwearPlugin extends Plugin {
10
public $filterTo = array( // An array of strings to use as replacements for filtered words
11
- 'bananas',
12
- 'apples',
13
- 'mangoes',
14
- 'cherries',
15
- 'grapes',
+ 'banana',
+ 'apple',
+ 'mango',
+ 'cherry',
+ 'grape',
16
'kiwi',
17
- 'dole',
18
- 'murdock',
19
- 'papayas',
+ 'papaya',
+ 'FrankerZ',
+ 'Fluffle Puff'
20
);
21
22
private function _getWordlist($skipLinks = false) {
0 commit comments