Changeset 1207:56618a9520bc for plugins/antispam/index.php
- Timestamp:
- 07/17/13 11:52:24 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1179 r1207 162 162 if ($moderationTTL != null && $moderationTTL >=0) { 163 163 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 164 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php "> '.__('Blog preferences').'</a>').164 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog preferences').'</a>'). 165 165 '</p>'; 166 166 }
Note: See TracChangeset
for help on using the changeset viewer.