Plugin Directory

Changeset 1132051

Timestamp:
04/10/2015 01:47:52 PM (9 years ago)
Author:
jgs
Message:

clarifying error messages

File:
1 edited

Legend:

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

    r1087796 r1132051  
    8888<?php elseif ( $type == 'new-key-failed' ) :?>
    8989<div class="wrap alert critical">
    90     <h3 class="key-status"><?php esc_html_e( 'The key you entered could not be verified because a connection to akismet.com could not be established. Please check your server configuration.' , 'akismet'); ?></h3>
     90    <h3 class="key-status"><?php esc_html_e( 'The key you entered could not be verified.' , 'akismet'); ?></h3>
     91    <p class="description"><?php printf( __('Please refer to <a href="%s" target="_blank">our guide about firewalls</a> and check your server configuration.', 'akismet'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?></p>
    9192</div>
    9293<?php elseif ( $type == 'limit-reached' && in_array( $level, array( 'yellow', 'red' ) ) ) :?>
Note: See TracChangeset for help on using the changeset viewer.