Changeset 1207:56618a9520bc
- Timestamp:
- 07/17/13 11:52:24 (12 years ago)
- Branch:
- default
- Location:
- plugins/antispam
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/_admin.php
r1179 r1207 59 59 if ($ttl != null && $ttl >=0) { 60 60 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $ttl).' '. 61 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php "> '.__('Blog preferences').'</a>').61 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog preferences').'</a>'). 62 62 '</p>'; 63 63 } -
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.