Changeset 1474:122a77514ce1 for plugins/antispam/index.php
- Timestamp:
- 08/19/13 15:22:41 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1423 r1474 170 170 if ($moderationTTL != null && $moderationTTL >=0) { 171 171 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 172 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog preferences').'</a>').172 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog settings').'</a>'). 173 173 '</p>'; 174 174 } … … 212 212 '<td class="nowrap">'.form::checkbox(array('filters_active[]'),$fid,$f->active, '', '', false, 'title="'.__('Active').'"').'</td>'. 213 213 '<td class="nowrap">'.form::checkbox(array('filters_auto_del[]'),$fid,$f->auto_delete, '', '', false, 'title="'.__('Auto Del.').'"').'</td>'. 214 '<td class="nowrap" scope="r aw">'.$f->name.'</td>'.214 '<td class="nowrap" scope="row">'.$f->name.'</td>'. 215 215 '<td class="maximal">'.$f->description.'</td>'. 216 216 '<td class="status">'.$gui_link.'</td>'.
Note: See TracChangeset
for help on using the changeset viewer.