mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/13010] Specifiy correct clean_row() call in phpbb_get_avatar docblock
This commit is contained in:
commit
8144de3792
1 changed files with 1 additions and 1 deletions
|
@ -4664,7 +4664,7 @@ function phpbb_get_group_avatar($user_row, $alt = 'GROUP_AVATAR', $ignore_config
|
||||||
/**
|
/**
|
||||||
* Get avatar
|
* Get avatar
|
||||||
*
|
*
|
||||||
* @param array $row Row cleaned by \phpbb\avatar\driver\driver::clean_row
|
* @param array $row Row cleaned by \phpbb\avatar\manager::clean_row
|
||||||
* @param string $alt Optional language string for alt tag within image, can be a language key or text
|
* @param string $alt Optional language string for alt tag within image, can be a language key or text
|
||||||
* @param bool $ignore_config Ignores the config-setting, to be still able to view the avatar in the UCP
|
* @param bool $ignore_config Ignores the config-setting, to be still able to view the avatar in the UCP
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue