Plugin Directory

Changeset 893628

Timestamp:
04/15/2014 01:50:18 PM (10 years ago)
Author:
eoigal
Message:

fix link to comment spam folder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/views/config.php

    r893039 r893628  
    8989                                                    <p><label for="akismet_strictness_0"><input type="radio" name="akismet_strictness" id="akismet_strictness_0" value="0" <?php checked('0', get_option('akismet_strictness')); ?> /> <?php esc_html_e('Always put spam in the Spam folder for review.', 'akismet'); ?></label></p>
    9090                                                    </fieldset>
    91                                                     <span class="note"><strong><?php esc_html_e('Note:', 'akismet');?></strong> <?php printf( __( 'Spam in the <a href="%s">spam folder</a> older than 15 days is deleted automatically.' , 'akismet'), admin_url( 'edit-comments.php?type=spam' ) );?></span>
     91                                                    <span class="note"><strong><?php esc_html_e('Note:', 'akismet');?></strong> <?php printf( __( 'Spam in the <a href="%s">spam folder</a> older than 15 days is deleted automatically.' , 'akismet'), admin_url( 'edit-comments.php?=spam' ) );?></span>
    9292                                                </td>
    9393                                            </tr>
Note: See TracChangeset for help on using the changeset viewer.