MDL-45289 block_course_summary: Add behat tests
[moodle.git] / filter / censor / settings.php
blob323d1ef142672221e15a7376db87994d9f7f6f9c
1 <?php
3 defined('MOODLE_INTERNAL') || die;
5 if ($ADMIN->fulltree) {
7 $settings->add(new admin_setting_configtextarea('filter_censor_badwords', get_string('badwordslist','admin'),
8 get_string('badwordsconfig', 'admin').'<br />'.get_string('badwordsdefault', 'admin'), ''));