mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +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.
|
* Filters the install response before the installation has started.
|
||||||
*
|
*
|
||||||
* Returning a truthy value, or one that could be evaluated as a WP_Error
|
* Returning a value that could be evaluated as a `WP_Error` will effectively
|
||||||
* will effectively short-circuit the installation, returning that value
|
* short-circuit the installation, returning that value instead.
|
||||||
* instead.
|
|
||||||
*
|
*
|
||||||
* @since 2.8.0
|
* @since 2.8.0
|
||||||
*
|
*
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user