PHPdoc updates. See €8805 props jacobsantos.

git-svn-id: http://svn.automattic.com/wordpress/trunk@10411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2009-01-22 21:17:52 +00:00
parent fe07a83717
commit c9c4d306ef
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.
*/