mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/16004] Add a line of comment in the docblock
PHPBB3-16004
This commit is contained in:
parent
5bd2c067c5
commit
dc610b5508
1 changed files with 1 additions and 0 deletions
|
@ -1690,6 +1690,7 @@ function phpbb_validate_timezone($timezone)
|
||||||
/**
|
/**
|
||||||
* Check to see if the username has been taken, or if it is disallowed.
|
* 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 " 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
|
* Used for registering, changing names, and posting anonymously with a username
|
||||||
*
|
*
|
||||||
* @param string $username The username to check
|
* @param string $username The username to check
|
||||||
|
|
Loading…
Add table
Reference in a new issue