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:
Drew Jaynes 2016-03-03 08:57:22 +00:00
parent d81a852b48
commit 7612a6f488

View File

@ -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
*