diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-01-22 21:05:31 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-01-22 21:05:31 +0100 |
commit | e841453d03003ff0f2c932f5936c17739476ef4f (patch) | |
tree | 9db89b1954e406d096e245e748b0b36f2498cca8 /phpBB | |
parent | 79356f54415f901a8ff743817121216cbefb16ee (diff) | |
download | forums-e841453d03003ff0f2c932f5936c17739476ef4f.tar forums-e841453d03003ff0f2c932f5936c17739476ef4f.tar.gz forums-e841453d03003ff0f2c932f5936c17739476ef4f.tar.bz2 forums-e841453d03003ff0f2c932f5936c17739476ef4f.tar.xz forums-e841453d03003ff0f2c932f5936c17739476ef4f.zip |
[feature/avatars] Add note about when compatibility function was added
PHPBB3-10018
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_compatibility.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions_compatibility.php b/phpBB/includes/functions_compatibility.php index 68298449c1..11ef982a40 100644 --- a/phpBB/includes/functions_compatibility.php +++ b/phpBB/includes/functions_compatibility.php @@ -17,7 +17,8 @@ if (!defined('IN_PHPBB')) /** * Get user avatar -* +* Added in phpBB 3.1.0-A1 +* * @param string $avatar Users assigned avatar name * @param int $avatar_type Type of avatar * @param string $avatar_width Width of users avatar |