mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12730] Minor formatting fixes
PHPBB3-12730
This commit is contained in:
@@ -57,4 +57,4 @@ class profilefield_googleplus extends \phpbb\db\migration\profilefield_base_migr
|
|||||||
'field_contact_desc' => 'VIEW_GOOGLEPLUS_PROFILE',
|
'field_contact_desc' => 'VIEW_GOOGLEPLUS_PROFILE',
|
||||||
'field_contact_url' => 'http://plus.google.com/%s',
|
'field_contact_url' => 'http://plus.google.com/%s',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@@ -16,16 +16,16 @@ namespace phpbb\profilefields\type;
|
|||||||
class type_googleplus extends type_string
|
class type_googleplus extends type_string
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function get_name_short()
|
public function get_name_short()
|
||||||
{
|
{
|
||||||
return 'googleplus';
|
return 'googleplus';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function get_default_option_values()
|
public function get_default_option_values()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
@@ -39,8 +39,8 @@ class type_googleplus extends type_string
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public function get_profile_contact_value($field_value, $field_data)
|
public function get_profile_contact_value($field_value, $field_data)
|
||||||
{
|
{
|
||||||
if (!$field_value && !$field_data['field_show_novalue'])
|
if (!$field_value && !$field_data['field_show_novalue'])
|
||||||
|
Reference in New Issue
Block a user