Fix constant name in phpDoc, props alexrabe, fixes #8123
git-svn-id: https://develop.svn.wordpress.org/trunk@9611 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1ffc2ec633
commit
2a99d513fc
@ -566,7 +566,7 @@ function register_deactivation_hook($file, $function) {
|
||||
* the plugin should create a file named 'uninstall.php' in the base plugin
|
||||
* folder. This file will be called, if it exists, during the uninstall process
|
||||
* bypassing the uninstall hook. The plugin, when using the 'uninstall.php'
|
||||
* should always check for the 'WP_UNINSTALLING_PLUGIN' constant, before
|
||||
* should always check for the 'WP_UNINSTALL_PLUGIN' constant, before
|
||||
* executing.
|
||||
*
|
||||
* @since 2.7
|
||||
|
Loading…
Reference in New Issue
Block a user