mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
![]() From now on, all English strings use the new syntax. They are not eval()'ed any more and the only valid placeholders are {$a} and {$a->foobar}. No extra quotes escaping, dollar sign escaping and putting double percent signs. The modified files were exported from AMOS database repository in the new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc blocks are added. Where there was no copyright note so far, I added the default one with Martin Dougiamas as the copyright holder. Live long and prosper. |
||
---|---|---|
.. | ||
lang/en | ||
filter.php | ||
filtersettings.php | ||
README.txt |
////////////////////////// // // // 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.