mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[feature/avatars] Add support for custom avatar HTML code
PHPBB3-10018
This commit is contained in:
@@ -1372,7 +1372,7 @@ function get_avatar($row, $alt, $ignore_config = false)
|
||||
{
|
||||
if ($avatar->custom_html)
|
||||
{
|
||||
return $avatar->get_html($row, $ignore_config);
|
||||
return $avatar->get_custom_html($row, $ignore_config, $alt);
|
||||
}
|
||||
|
||||
$avatar_data = $avatar->get_data($row, $ignore_config);
|
||||
|
Reference in New Issue
Block a user