mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Minorly improve the hook doc summary for the pre_uninstall_plugin action, introduced in [36124].
See #34569. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -986,7 +986,7 @@ function uninstall_plugin($plugin) {
|
||||
$uninstallable_plugins = (array) get_option('uninstall_plugins');
|
||||
|
||||
/**
|
||||
* Fires in uninstall_plugin() before the plugin is uninstalled.
|
||||
* Fires in uninstall_plugin() immediately before the plugin is uninstalled.
|
||||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user