Added app.net

This commit is contained in:
Michael Vogel 2014-06-05 17:44:35 +02:00
parent 48e2b422dd
commit a41cc6f45f
1 changed files with 2 additions and 1 deletions

View File

@ -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);