Changeset 565:a094a2471615 for plugins/antispam
- Timestamp:
- 07/10/11 22:58:37 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r536 r565 151 151 } 152 152 if ($moderationTTL != null && $moderationTTL >=0) { 153 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).'</p>'; 153 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 154 __('You can modify this duration in '). 155 '<a href="blog_pref.php"> '.__('Blog preferences').'</a></p>'; 154 156 } 155 157 echo '</form>';
Note: See TracChangeset
for help on using the changeset viewer.