Docs: Minorly improve the hook doc summary for the pre_uninstall_plugin action, introduced in [36124].

See #34569. See #35986.

Built from https://develop.svn.wordpress.org/trunk@36824


git-svn-id: http://core.svn.wordpress.org/trunk@36791 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-03 08:58:26 +00:00
parent 5c8a9e68b6
commit 9b531bb473
2 changed files with 2 additions and 2 deletions

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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta2-36823';
$wp_version = '4.5-beta2-36824';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.