From 12a2bf946a42513f9937c7b56b7ff6685616706e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 1 Apr 2019 20:23:50 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-site-health.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index cc9de5897d..cfcf65e15c 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index ef871480f1..11612e7002 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.