Docs: Fix typos in `site_status_tests` filter DocBlock.

Props kraftbj.
Fixes #46727.
Built from https://develop.svn.wordpress.org/trunk@45073


git-svn-id: http://core.svn.wordpress.org/trunk@44882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-03-30 10:58:52 +00:00
parent 0942dfc6d4
commit 44602b5ed9
2 changed files with 3 additions and 3 deletions

View File

@ -1751,11 +1751,11 @@ class WP_Site_Health {
* @since 5.2.0
*
* @param array $test_type {
* An associative arraay, where the `$test_type` is either `direct` or
* An associative array, where the `$test_type` is either `direct` or
* `async`, to declare if the test should run via AJAX calls after page load.
*
* @type array $identifier {
* `$identifier` should be a unque identifier for the test that should run.
* `$identifier` should be a unique identifier for the test that should run.
* Plugins and themes are encouraged to prefix test identifiers with their slug
* to avoid any collisions between tests.
*

View File

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