mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user