Changeset 1132060
- Timestamp:
- 04/10/2015 02:00:13 PM (11 years ago)
- File:
-
- 1 edited
-
akismet/trunk/views/notice.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
akismet/trunk/views/notice.php
r1132051 r1132060 89 89 <div class="wrap alert critical"> 90 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>91 <p class="description"><?php printf( __('The connection to akismet.com cannot be established. 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> 92 92 </div> 93 93 <?php elseif ( $type == 'limit-reached' && in_array( $level, array( 'yellow', 'red' ) ) ) :?>
Note: See TracChangeset
for help on using the changeset viewer.