From 1b84d8e087c05fcb1b86cf469f0bb6c493668f86 Mon Sep 17 00:00:00 2001 From: azaozz Date: Tue, 11 Nov 2008 12:43:04 +0000 Subject: [PATCH] Fix constant name in phpDoc, props alexrabe, fixes #8123 git-svn-id: http://svn.automattic.com/wordpress/trunk@9611 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php index ccf90260d..8fc60fb49 100644 --- a/wp-includes/plugin.php +++ b/wp-includes/plugin.php @@ -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