Plugin Directory

Changeset 969344

Timestamp:
08/21/2014 04:21:50 AM (10 years ago)
Author:
jgs
Message:

SSL banner links to blog.akismet.com raise cert warnings, swithing back to HTTP until *.wordpress.com certs work

File:
1 edited

Legend:

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

    r946684 r969344  
    4141<div class="wrap alert critical">
    4242    <h3 class="key-status failed"><?php esc_html_e('Network functions are disabled.', 'akismet'); ?></h3>
    43     <p class="description"><?php printf( __('Your web host or server administrator has disabled PHP&#8217;s <code>gethostbynamel</code> functions.  <strong>Akismet cannot work correctly until this is fixed.</strong>  Please contact your web host or firewall administrator and give them <a href="%s" target="_blank">this information about Akismet&#8217;s system requirements</a>.', 'akismet'), 'https://blog.akismet.com/akismet-hosting-faq/'); ?></p>
     43    <p class="description"><?php printf( __('Your web host or server administrator has disabled PHP&#8217;s <code>gethostbynamel</code> functions.  <strong>Akismet cannot work correctly until this is fixed.</strong>  Please contact your web host or firewall administrator and give them <a href="%s" target="_blank">this information about Akismet&#8217;s system requirements</a>.', 'akismet'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?></p>
    4444</div>
    4545<?php elseif ( $type == 'servers-be-down' ) :?>
    4646<div class="wrap alert critical">
    4747    <h3 class="key-status failed"><?php esc_html_e("We can&#8217;t connect to your site.", 'akismet'); ?></h3>
    48     <p class="description"><?php printf( __('Your firewall may be blocking us. Please contact your host and refer to <a href="%s" target="_blank">our guide about firewalls</a>.', 'akismet'), 'https://blog.akismet.com/akismet-hosting-faq/'); ?></p>
     48    <p class="description"><?php printf( __('Your firewall may be blocking us. Please contact your host and refer to <a href="%s" target="_blank">our guide about firewalls</a>.', 'akismet'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?></p>
    4949</div>
    5050<?php elseif ( $type == 'active-dunning' ) :?>
Note: See TracChangeset for help on using the changeset viewer.