1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/12733] Add Twitter custom profile field

PHPBB3-12733
This commit is contained in:
Shitiz Garg
2014-06-17 18:23:36 +05:30
parent 70d4ede9b2
commit fac6ab1fd4
4 changed files with 63 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_TWITTER_PROFILE' => 'View Twitter Profile',
));