mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
![]() version = 2020110900 release version requires= 2020110300 current beta+ (week6roll1) version Note that, because we are under parallel development period, this is being done in the branch that is going to be released (MOODLE_310_STABLE already existing) for Moodle 3.10.0 and not in master, that is the one getting the bump under normal (non-parallel) periods. |
||
---|---|---|
.. | ||
classes/privacy | ||
lang/en | ||
filter.php | ||
README.txt | ||
settings.php | ||
version.php |
////////////////////////// // // // 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.