PHPdoc updates. See €8805 props jacobsantos.

git-svn-id: https://develop.svn.wordpress.org/trunk@10411 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2009-01-22 21:17:52 +00:00
parent 1767554cde
commit 4b9f870485
2 changed files with 11 additions and 5 deletions

View File

@@ -512,8 +512,6 @@ function plugin_basename($file) {
* @subpackage Plugin
* @since 2.0
*
* @access private
*
* @param string $file The filename of the plugin including the path.
* @param callback $function the function hooked to the 'activate_PLUGIN' action.
*/
@@ -539,8 +537,6 @@ function register_activation_hook($file, $function) {
* @subpackage Plugin
* @since 2.0
*
* @access private
*
* @param string $file The filename of the plugin including the path.
* @param callback $function the function hooked to the 'activate_PLUGIN' action.
*/