aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-18 21:46:16 -0800
committerfriendica <info@friendica.com>2014-01-18 21:46:16 -0800
commit3f7032e542e3c451507fc9266ab3536155c8190f (patch)
tree62c0842da5da6d30b2ad8bc77a1f1bc55e423cc2 /include/identity.php
parentdb67f08d3c3ae3925479844e0f9b25bab13dabdc (diff)
parent331609cb871517bd35416669492488a3bc14702d (diff)
downloadvolse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.tar.gz
volse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.tar.bz2
volse-hubzilla-3f7032e542e3c451507fc9266ab3536155c8190f.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/identity.php b/include/identity.php
index 40a38808b..a99474d42 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -952,6 +952,8 @@ function advanced_profile(&$a) {
if($txt = prepare_text($a->profile['contact'])) $profile['contact'] = array( t('Contact information and Social Networks:'), $txt);
+ if($txt = prepare_text($a->profile['channels'])) $profile['channels'] = array( t('My other channels:'), $txt);
+
if($txt = prepare_text($a->profile['music'])) $profile['music'] = array( t('Musical interests:'), $txt);
if($txt = prepare_text($a->profile['book'])) $profile['book'] = array( t('Books, literature:'), $txt);