1
0
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:
Joas Schilling
2011-11-30 21:03:29 +01:00
parent 6472a270e0
commit b790d2e283
5 changed files with 26 additions and 14 deletions

View File

@@ -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;