Docs: Fix the documentation for the $tests parameter of the site_status_tests filter.

Tests are contained within `direct` and `async` properties of this array, not directly in the array itself. This also clarifies the properties that differ between direct and async tests.

See #53399, #46573

Built from https://develop.svn.wordpress.org/trunk@51297


git-svn-id: http://core.svn.wordpress.org/trunk@50906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2021-07-01 20:37:57 +00:00
parent a54727d936
commit 00a0c0f3d5
2 changed files with 34 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51296';
$wp_version = '5.9-alpha-51297';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.