Fixes bug MDL-9175 "Groups simpletest, fatal errors", also DONOTCOMMIT.
[moodle-pu.git] / filter / censor / README.txt
blobcc50a2c3a9d779bff9bc0dbcabefb25898a2482a
1 //////////////////////////
2 //                      //
3 //  Censorship Filter   //
4 //                      //
5 //////////////////////////
7 This is a very simple Text Filter that searches text 
8 being output to the screen, replacing "bad" words 
9 with other words.
11 To customise the word list, use the censor settings page
12 in the filters administration page.
14 If no customised list has been provided, a default list
15 specified in the current language pack will be used. Note that
16 the custom list is an alternative to the default list not
17 an addition to it.