Docs: Fix typos in `WP_Site_Health` DocBlocks.

Props mukesh27.
Fixes #46753.
Built from https://develop.svn.wordpress.org/trunk@45093


git-svn-id: http://core.svn.wordpress.org/trunk@44902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-01 20:23:50 +00:00
parent 9c8e9354b1
commit 12a2bf946a
2 changed files with 4 additions and 4 deletions

View File

@ -1195,7 +1195,7 @@ class WP_Site_Health {
/**
* Test if your site is serving content over HTTPS.
*
* Many sites have varying degrees of HTTPS suppoort, the most common of which is sites that have it
* Many sites have varying degrees of HTTPS support, the most common of which is sites that have it
* enabled, but only if you visit the right site address.
*
* @since 5.2.0
@ -1365,7 +1365,7 @@ class WP_Site_Health {
/**
* Test if WordPress can run automated background updates.
*
* Background updates in WordPress are primarely used for minor releases and security updates. It's important
* Background updates in WordPress are primarily used for minor releases and security updates. It's important
* to either have these working, or be aware that they are intentionally disabled for whatever reason.
*
* @since 5.2.0
@ -1859,7 +1859,7 @@ class WP_Site_Health {
* Run a loopback test on our site.
*
* Loopbacks are what WordPress uses to communicate with it self to start up WP_Cron, scheduled posts, make
* sure plugin or theme edits dont cause site failures and similar.
* sure plugin or theme edits don't cause site failures and similar.
*
* @since 5.2.0
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta1-45092';
$wp_version = '5.2-beta1-45093';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.