diff options
author | Thomas Willingham <founder@kakste.com> | 2014-01-17 23:30:33 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-01-17 23:30:33 +0000 |
commit | a59b7c97f45d0c17e925284a42e2610d734f1a24 (patch) | |
tree | c70279af56fc8a6731e2d46b40ea1f4c93314834 /include | |
parent | 1a76f1c65952af16be6f00cde9317b817028f1b6 (diff) | |
download | volse-hubzilla-a59b7c97f45d0c17e925284a42e2610d734f1a24.tar.gz volse-hubzilla-a59b7c97f45d0c17e925284a42e2610d734f1a24.tar.bz2 volse-hubzilla-a59b7c97f45d0c17e925284a42e2610d734f1a24.zip |
Missed these from git add...a year ago
Diffstat (limited to 'include')
-rw-r--r-- | include/identity.php | 2 |
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); |