Changeset 1050:1f59a06fbf6c for admin/comments.php
- Timestamp:
- 12/02/12 22:19:14 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r1049 r1050 250 250 if ($moderationTTL != null && $moderationTTL >=0) { 251 251 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 252 __('You can modify this duration in').253 '< a href="blog_pref.php"> '.__('Blog preferences').'</a></p>';252 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php"> '.__('Blog preferences').'</a>'). 253 '</p>'; 254 254 } 255 255 echo '</form>';
Note: See TracChangeset
for help on using the changeset viewer.