diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-20 10:08:28 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-20 10:08:28 +0200 |
commit | aea60f9323e8753535d0dbf5ffa1ffa09ff3c02e (patch) | |
tree | 36110274c9c4bb306559285f09ad2d5973f6eb3a /phpBB/includes | |
parent | f2c0b55665f815957fc773481511aceba2030f33 (diff) | |
download | forums-aea60f9323e8753535d0dbf5ffa1ffa09ff3c02e.tar forums-aea60f9323e8753535d0dbf5ffa1ffa09ff3c02e.tar.gz forums-aea60f9323e8753535d0dbf5ffa1ffa09ff3c02e.tar.bz2 forums-aea60f9323e8753535d0dbf5ffa1ffa09ff3c02e.tar.xz forums-aea60f9323e8753535d0dbf5ffa1ffa09ff3c02e.zip |
[feature/php-events] Fix doc of core.update_username
PHPBB3-9550
Diffstat (limited to 'phpBB/includes')
-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 733a6fd9bd..a561daa334 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -138,7 +138,7 @@ function user_update_name($old_name, $new_name) } /** - * Update username when it is changed + * Update a username when it is changed * * @event core.update_username * @var string old_name The old username that is replaced |