Update since tags. Props santosj. fixes #5625

git-svn-id: https://develop.svn.wordpress.org/trunk@8587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-08-08 04:15:03 +00:00
parent 5fb79ce141
commit 4ea763f026
2 changed files with 5 additions and 1 deletions

View File

@@ -528,6 +528,8 @@ function register_deactivation_hook($file, $function) {
* should always check for the 'WP_UNINSTALLING_PLUGIN' constant, before
* executing.
*
* @since 2.7
*
* @param string $file
* @param callback $callback The callback to run when the hook is called.
*/