implement features

This commit is contained in:
Zach Prezkuta
2012-11-22 09:14:22 -07:00
parent 50e45f6942
commit 94204d9160
35 changed files with 262 additions and 58 deletions

View File

@@ -83,6 +83,8 @@ function network_to_name($s) {
NETWORK_LINKEDIN => t('LinkedIn'),
NETWORK_XMPP => t('XMPP/IM'),
NETWORK_MYSPACE => t('MySpace'),
NETWORK_MAIL2 => t('Email'),
NETWORK_GPLUS => t('Google+')
);
call_hooks('network_to_name', $nets);