- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/_admin.php
r1499 r1474 68 68 $ttl = $settings->antispam->antispam_moderation_ttl; 69 69 echo 70 '< div class="fieldset"><h4>Antispam</h4>'.70 '<fieldset><legend>Antispam</legend>'. 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 '</ div>';75 '</fieldset>'; 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.