mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Correct description for the upgrader_pre_install filter.
Props ilovecats7. Fixes #53546. git-svn-id: https://develop.svn.wordpress.org/trunk@51329 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5324c6b4dd
commit
19751bd0d3
@ -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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user