Preparations for the pumpio synchronisation.

This commit is contained in:
Michael Vogel 2013-08-28 08:56:48 +02:00
commit 34e7206ba4
2 changed files with 4 additions and 1 deletions

View file

@ -84,7 +84,8 @@ function network_to_name($s) {
NETWORK_XMPP => t('XMPP/IM'),
NETWORK_MYSPACE => t('MySpace'),
NETWORK_MAIL2 => t('Email'),
NETWORK_GPLUS => t('Google+')
NETWORK_GPLUS => t('Google+'),
NETWORK_PUMPIO => t('pump.io')
);
call_hooks('network_to_name', $nets);