Make WordPress Core


Ignore:
Timestamp:
05/15/2021 05:36:49 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #52628.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r50764 r50916  
    15141514     */
    15151515    public function get_test_https_status() {
    1516         // Enforce fresh HTTPS detection results. This is normally invoked by using cron, but for Site Health it should
    1517         // always rely on the latest results.
     1516        // Enforce fresh HTTPS detection results. This is normally invoked by using cron,
     1517        // but for Site Health it should always rely on the latest results.
    15181518        wp_update_https_detection_errors();
    15191519
     
    15421542
    15431543        if ( ! wp_is_using_https() ) {
    1544             // If the website is not using HTTPS, provide more information about whether it is supported and how it can
    1545             // be enabled.
     1544            // If the website is not using HTTPS, provide more information
     1545            // about whether it is supported and how it can be enabled.
    15461546            $result['status'] = 'recommended';
    15471547            $result['label']  = __( 'Your website does not use HTTPS' );
Note: See TracChangeset for help on using the changeset viewer.