mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
5c8a9e68b6
commit
9b531bb473
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user