mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10345] Add documentation and phpbb_ prefix to the new avatar functions
PHPBB3-10345
This commit is contained in:
@@ -1748,7 +1748,7 @@ class acp_users
|
||||
'USER_AVATAR_WIDTH' => $user_row['user_avatar_width'],
|
||||
'USER_AVATAR_HEIGHT' => $user_row['user_avatar_height'],
|
||||
|
||||
'L_AVATAR_EXPLAIN' => avatar_explanation_string()
|
||||
'L_AVATAR_EXPLAIN' => phpbb_avatar_explanation_string(),
|
||||
));
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user