Added app.net
This commit is contained in:
parent
48e2b422dd
commit
a41cc6f45f
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ function network_to_name($s) {
|
||||||
NETWORK_PUMPIO => t('pump.io'),
|
NETWORK_PUMPIO => t('pump.io'),
|
||||||
NETWORK_TWITTER => t('Twitter'),
|
NETWORK_TWITTER => t('Twitter'),
|
||||||
NETWORK_DIASPORA2 => t('Diaspora Connector'),
|
NETWORK_DIASPORA2 => t('Diaspora Connector'),
|
||||||
NETWORK_STATUSNET => t('Statusnet')
|
NETWORK_STATUSNET => t('Statusnet'),
|
||||||
|
NETWORK_APPNET => t('App.net')
|
||||||
);
|
);
|
||||||
|
|
||||||
call_hooks('network_to_name', $nets);
|
call_hooks('network_to_name', $nets);
|
||||||
|
|
Loading…
Reference in a new issue