Changeset 1125:d7ba4af1e769
- Timestamp:
- 03/23/13 11:58:59 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/index.php
r1052 r1125 159 159 if ($moderationTTL != null && $moderationTTL >=0) { 160 160 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 161 __('You can modify this duration in').162 '<a href="blog_pref.php"> '.__('Blog preferences').'</a></p>';161 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php"> '.__('Blog preferences').'</a>'). 162 '</p>'; 163 163 } 164 164 echo '</form>';
Note: See TracChangeset
for help on using the changeset viewer.