- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/_admin.php
r1474 r1499 68 68 $ttl = $settings->antispam->antispam_moderation_ttl; 69 69 echo 70 '< fieldset><legend>Antispam</legend>'.70 '<div class="fieldset"><h4>Antispam</h4>'. 71 71 '<p><label for="antispam_moderation_ttl" class="classic">'.__('Delete junk comments older than').' '. 72 72 form::field('antispam_moderation_ttl', 3, 3, $ttl). 73 73 ' '.__('days'). 74 74 '</label></p>'. 75 '</ fieldset>';75 '</div>'; 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.