diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:19:47 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:19:47 +0100 |
commit | 45199adebdfc00f436a719de1c5772429367b756 (patch) | |
tree | 00754d1f10dc2b9b9507619f5e842f5cd0eac4ac /phpBB/includes/functions_user.php | |
parent | 1470985ff20197589cbbab96180d80b0148d20d5 (diff) | |
parent | 779758f2195f87868da3694b5ffd00adee1be0b3 (diff) | |
download | forums-45199adebdfc00f436a719de1c5772429367b756.tar forums-45199adebdfc00f436a719de1c5772429367b756.tar.gz forums-45199adebdfc00f436a719de1c5772429367b756.tar.bz2 forums-45199adebdfc00f436a719de1c5772429367b756.tar.xz forums-45199adebdfc00f436a719de1c5772429367b756.zip |
Merge pull request #4523 from senky/ticket/13429
[ticket/13429] Replace @change with @changed in event docblocks
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index c78beaa6a5..2a421f532f 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -276,7 +276,7 @@ function user_add($user_row, $cp_data = false, $notifications_data = null) * @var array cp_data Array of Custom profile fields submited to user_add * @var array sql_ary Array of data to be inserted when a user is added * @since 3.1.0-a1 - * @change 3.1.0-b5 + * @changed 3.1.0-b5 Added user_row and cp_data */ $vars = array('user_row', 'cp_data', 'sql_ary'); extract($phpbb_dispatcher->trigger_event('core.user_add_modify_data', compact($vars))); |