Make WordPress Core

Changeset 45093


Ignore:
Timestamp:
04/01/2019 08:22:42 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typos in WP_Site_Health DocBlocks.

Props mukesh27.
Fixes #46753.

File:
1 edited

Legend:

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

    r45092 r45093  
    11961196         * Test if your site is serving content over HTTPS.
    11971197         *
    1198          * Many sites have varying degrees of HTTPS suppoort, the most common of which is sites that have it
     1198         * Many sites have varying degrees of HTTPS support, the most common of which is sites that have it
    11991199         * enabled, but only if you visit the right site address.
    12001200         *
     
    13661366         * Test if WordPress can run automated background updates.
    13671367         *
    1368          * Background updates in WordPress are primarely used for minor releases and security updates. It's important
     1368         * Background updates in WordPress are primarily used for minor releases and security updates. It's important
    13691369         * to either have these working, or be aware that they are intentionally disabled for whatever reason.
    13701370         *
     
    18601860         *
    18611861         * Loopbacks are what WordPress uses to communicate with it self to start up WP_Cron, scheduled posts, make
    1862          * sure plugin or theme edits dont cause site failures and similar.
     1862         * sure plugin or theme edits don't cause site failures and similar.
    18631863         *
    18641864         * @since 5.2.0
Note: See TracChangeset for help on using the changeset viewer.