Docs: Correct description for the upgrader_pre_install filter.

Props ilovecats7.
Fixes #53546.
Built from https://develop.svn.wordpress.org/trunk@51329


git-svn-id: http://core.svn.wordpress.org/trunk@50938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-07-04 10:06:57 +00:00
parent ca92ebece3
commit 0dadbcab6b
2 changed files with 3 additions and 4 deletions

View File

@ -478,9 +478,8 @@ class WP_Upgrader {
/**
* Filters the install response before the installation has started.
*
* Returning a truthy value, or one that could be evaluated as a WP_Error
* will effectively short-circuit the installation, returning that value
* instead.
* Returning a value that could be evaluated as a `WP_Error` will effectively
* short-circuit the installation, returning that value instead.
*
* @since 2.8.0
*

View File

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