mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
Merge pull request #2628 from Dragooon/ticket/12731
[ticket/12731] Add YouTube custom profile field * Dragooon/ticket/12731: [ticket/12731] Add functional test for youtube field [ticket/12731] Set field_active to 1 for YouTube field [ticket/12731] Add YouTube custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php
This commit is contained in:
@@ -860,6 +860,7 @@ $lang = array_merge($lang, array(
|
||||
'WROTE' => 'wrote',
|
||||
|
||||
'YAHOO' => 'Yahoo Messenger',
|
||||
'YOUTUBE' => 'YouTube',
|
||||
'YEAR' => 'Year',
|
||||
'YEAR_MONTH_DAY' => '(YYYY-MM-DD)',
|
||||
'YES' => 'Yes',
|
||||
|
Reference in New Issue
Block a user