1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12730] Add a Google+ field by default

PHPBB3-12730
This commit is contained in:
Shitiz Garg
2014-06-18 19:36:14 +05:30
parent 3cebb18ce8
commit ab83995f44
6 changed files with 68 additions and 0 deletions

View File

@@ -148,4 +148,5 @@ $lang = array_merge($lang, array(
'VIEW_SKYPE_PROFILE' => 'View Skype Profile',
'VIEW_TWITTER_PROFILE' => 'View Twitter Profile',
'VIEW_YOUTUBE_CHANNEL' => 'View YouTube Channel',
'VIEW_GOOGLEPLUS_PROFILE' => 'View Google+ Profile',
));