Preparations for statusnet connector import
This commit is contained in:
parent
54bb33d232
commit
77986d76fa
3 changed files with 6 additions and 2 deletions
|
|
@ -86,7 +86,9 @@ function network_to_name($s) {
|
|||
NETWORK_MAIL2 => t('Email'),
|
||||
NETWORK_GPLUS => t('Google+'),
|
||||
NETWORK_PUMPIO => t('pump.io'),
|
||||
NETWORK_TWITTER => t('Twitter')
|
||||
NETWORK_TWITTER => t('Twitter'),
|
||||
NETWORK_DIASPORA2 => t('Diaspora Connector'),
|
||||
NETWORK_STATUSNET => t('Statusnet')
|
||||
);
|
||||
|
||||
call_hooks('network_to_name', $nets);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue