repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Deleting the check_defaults test from 19_STABLE. MDL-14854
[moodle-linuxchix.git]
/
filter
/
censor
/
filtersettings.php
blob
6effb9c30e1a0fa851bd4a2b609577c81e5a7f86
1
<
?php
//$Id$
2
3
$settings
->
add
(
new
admin_setting_configtextarea
(
'filter_censor_badwords'
,
get_string
(
'badwordslist'
,
'admin'
),
4
get_string
(
'badwordsconfig'
,
'admin'
).
'<br />'
.
get_string
(
'badwordsdefault'
,
'admin'
),
''
));
5
6
?
>