Changeset 2987:57199ed47806 for plugins
- Timestamp:
- 04/01/15 04:41:20 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/filters/class.dc.filter.words.php
r2986 r2987 113 113 114 114 if ($core->auth->isSuperAdmin()) { 115 $res .= form::checkbox('globalsw',1).116 '<label class="classic" for="globalsw">'.__('Global word (used for all blogs)').'</label> ';115 $res .= '<label class="classic" for="globalsw">'.form::checkbox('globalsw',1). 116 __('Global word (used for all blogs)').'</label> '; 117 117 } 118 118
Note: See TracChangeset
for help on using the changeset viewer.