Dotclear

Changeset 1207:56618a9520bc


Ignore:
Timestamp:
07/17/13 11:52:24 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Direct access to antispam moderation ttl field on blog parameters

Location:
plugins/antispam
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/_admin.php

    r1179 r1207  
    5959          if ($ttl != null && $ttl >=0) { 
    6060               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>'). 
    6262               '</p>'; 
    6363          } 
  • plugins/antispam/index.php

    r1179 r1207  
    162162     if ($moderationTTL != null && $moderationTTL >=0) { 
    163163          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>'). 
    165165               '</p>'; 
    166166     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map