mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 11:46:32 +02:00
[ticket/12910] Set get_name for Google+ fields
PHPBB3-12910
This commit is contained in:
@ -15,6 +15,14 @@ namespace phpbb\profilefields\type;
|
|||||||
|
|
||||||
class type_googleplus extends type_string
|
class type_googleplus extends type_string
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* {@inheritDoc}
|
||||||
|
*/
|
||||||
|
public function get_name()
|
||||||
|
{
|
||||||
|
return $this->user->lang('FIELD_GOOGLEPLUS');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user