mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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:
parent
ca92ebece3
commit
0dadbcab6b
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user