1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-17 06:16:34 +02:00

[ticket/16004] Add a line of comment in the docblock

PHPBB3-16004
This commit is contained in:
3D-I 2019-03-31 07:25:27 +02:00
parent 5bd2c067c5
commit dc610b5508

@ -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