Docs: Fix typo in WP_Site_Health_Auto_Updates::test_constants() description.

See #46543.
Built from https://develop.svn.wordpress.org/trunk@45222


git-svn-id: http://core.svn.wordpress.org/trunk@45031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-17 01:00:51 +00:00
parent 6ad0bf33ec
commit 01dec9af0b
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class WP_Site_Health_Auto_Updates {
}
/**
* Test if auto-updated related constants are set correctly.
* Test if auto-updates related constants are set correctly.
*
* @since 5.2.0
*

View File

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