1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12729] Add Facebook custom profile field

PHPBB3-12729
This commit is contained in:
Shitiz Garg
2014-06-17 17:51:07 +05:30
parent 70d4ede9b2
commit 310b8af148
6 changed files with 67 additions and 0 deletions

View File

@@ -144,4 +144,5 @@ $lang = array_merge($lang, array(
'USERS_PER_PAGE' => 'Users per page',
'VIEWING_PROFILE' => 'Viewing profile - %s',
'VIEW_FACEBOOK_PROFILE' => 'View Facebook Profile',
));