Plugin Directory

Changeset 1087796

Timestamp:
02/12/2015 04:23:45 AM (10 years ago)
Author:
jgs
Message:

clarifying error messages

File:
1 edited

Legend:

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

    r969344 r1087796  
    9494    <?php if ( $level == 'yellow' ): ?>
    9595    <h3 class="key-status failed"><?php esc_html_e("You're using your Akismet key on more sites than your Pro subscription allows.", 'akismet'); ?></h3>
    96     <p class="description"><?php printf( __('If you would like to use Akismet on more than 10 sites, you will need to <a href="%s" target="_blank">upgrade to an Enterprise subscription</a>. If you have any questions, please <a href="%s" target="_blank">get in touch with our support team</a>', 'akismet'), 'https://akismet.com/account/upgrade/', 'https://akismet.com/contact/'); ?></p>
     96    <p class="description"><?php printf( __('', 'akismet'), 'https://akismet.com/account/upgrade/', 'https://akismet.com/contact/'); ?></p>
    9797    <?php elseif ( $level == 'red' ): ?>
    9898    <h3 class="key-status failed"><?php esc_html_e("You're using Akismet on far too many sites for your Pro subscription.", 'akismet'); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.