diff options
author | 3D-I <marktravai@gmail.com> | 2019-03-31 07:25:27 +0200 |
---|---|---|
committer | 3D-I <marktravai@gmail.com> | 2019-03-31 07:26:14 +0200 |
commit | dc610b5508a33c2e8932f5d0624a1fa1db4ad732 (patch) | |
tree | a0f19cec86ae37779582e57b6b1d289d19a4c814 | |
parent | 5bd2c067c5540bd68ae3d56c927c9ebb441243ac (diff) | |
download | forums-dc610b5508a33c2e8932f5d0624a1fa1db4ad732.tar forums-dc610b5508a33c2e8932f5d0624a1fa1db4ad732.tar.gz forums-dc610b5508a33c2e8932f5d0624a1fa1db4ad732.tar.bz2 forums-dc610b5508a33c2e8932f5d0624a1fa1db4ad732.tar.xz forums-dc610b5508a33c2e8932f5d0624a1fa1db4ad732.zip |
[ticket/16004] Add a line of comment in the docblock
PHPBB3-16004
-rw-r--r-- | phpBB/includes/functions_user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 99d04d5b2a..dbd260a4e9 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -1690,6 +1690,7 @@ function phpbb_validate_timezone($timezone) /** * Check to see if the username has been taken, or if it is disallowed. * Also checks if it includes the " character, which we don't allow in usernames. +* Also checks if it includes the 4-bytes Unicode characters (emojis), which we don't allow in usernames. * Used for registering, changing names, and posting anonymously with a username * * @param string $username The username to check |