Changeset 3333:11107ba2fc59 for plugins/antispam/_admin.php
- Timestamp:
- 09/01/16 12:21:43 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/_admin.php
r2849 r3333 91 91 $ttl = $settings->antispam->antispam_moderation_ttl; 92 92 echo 93 '<div class="fieldset"><h4 >Antispam</h4>'.93 '<div class="fieldset"><h4 id="antispam_params">Antispam</h4>'. 94 94 '<p><label for="antispam_moderation_ttl" class="classic">'.__('Delete junk comments older than').' '. 95 95 form::field('antispam_moderation_ttl', 3, 3, $ttl).
Note: See TracChangeset
for help on using the changeset viewer.