moodle/filter/censor
Eloy Lafuente (stronk7) 538bf99ece MDL-45486 Bump all versions to planned release
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
..
lang/en MDL-21250 capital letters removal 2011-01-27 16:24:30 +01:00
filter.php
README.txt
settings.php MDL-42243 fix filter settings regression and support standard settings.php 2013-10-12 13:38:34 +02:00
version.php MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00

//////////////////////////
//                      //
//  Censorship Filter   //
//                      //
//////////////////////////

This is a very simple Text Filter that searches text
being output to the screen, replacing "bad" words
with other words.

To customise the word list, use the censor settings page
in the filters administration page.

If no customised list has been provided, a default list
specified in the current language pack will be used. Note that
the custom list is an alternative to the default list not
an addition to it.