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:
@@ -21,6 +21,7 @@ abstract class type_string_common extends type_base
|
||||
'ALPHA_ONLY' => '[\w]+',
|
||||
'ALPHA_UNDERSCORE' => '[\w_]+',
|
||||
'ALPHA_SPACERS' => '[\w_\+\. \-\[\]]+',
|
||||
'ALPHA_DOTS' => '[\w.]+',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user