~canonical-sysadmins/wordpress/4.9.7

« back to all changes in this revision

Viewing changes to wp-content/plugins/akismet/views/config.php

  • Committer: Barry Price
  • Date: 2017-11-02 04:15:48 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: barry.price@canonical.com-20171102041548-n4kg8l9f98xajt7m
Merge WP4.8.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                                                                                        <p>
83
83
                                                                                                <?php
84
84
 
85
 
                                                                                                if ( ! function_exists( 'wp_http_supports' ) ) {
86
 
                                                                                                        ?><b><?php esc_html_e( 'Disabled.', 'akismet' ); ?></b> <?php printf( esc_html( 'Your WordPress installation does not include the function %s; upgrade to the latest version of WordPress.', 'akismet' ), '<code>wp_http_supports</code>' ); ?><?php
87
 
                                                                                                }
88
 
                                                                                                else if ( ! wp_http_supports( array( 'ssl' ) ) ) {
 
85
                                                                                                if ( ! wp_http_supports( array( 'ssl' ) ) ) {
89
86
                                                                                                        ?><b><?php esc_html_e( 'Disabled.', 'akismet' ); ?></b> <?php esc_html_e( 'Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.', 'akismet' ); ?><?php
90
87
                                                                                                }
91
88
                                                                                                else {