mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12729] Add Facebook custom profile field
PHPBB3-12729
This commit is contained in:
@@ -39,6 +39,7 @@ if (empty($lang) || !is_array($lang))
|
||||
// Custom profile fields
|
||||
$lang = array_merge($lang, array(
|
||||
'ADDED_PROFILE_FIELD' => 'Successfully added custom profile field.',
|
||||
'ALPHA_DOTS' => 'Alphanumeric and dots (periods)',
|
||||
'ALPHA_ONLY' => 'Alphanumeric only',
|
||||
'ALPHA_SPACERS' => 'Alphanumeric and spacers',
|
||||
'ALPHA_UNDERSCORE' => 'Alphanumeric and underscores',
|
||||
|
Reference in New Issue
Block a user