diff options
author | friendica <info@friendica.com> | 2013-04-15 22:01:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-15 22:01:47 -0700 |
commit | 97957e0c1b3f4ab39111e923a621aa3ef99581df (patch) | |
tree | e797904059270a2b4c2c6793eca5d37027e6287e /include/features.php | |
parent | b17cadfd0e059c2f243eb110a9ca408ccd81898e (diff) | |
parent | 6e2e8f101a930ec39d3a38ee4aeec5ad3b0c8cf7 (diff) | |
download | volse-hubzilla-97957e0c1b3f4ab39111e923a621aa3ef99581df.tar.gz volse-hubzilla-97957e0c1b3f4ab39111e923a621aa3ef99581df.tar.bz2 volse-hubzilla-97957e0c1b3f4ab39111e923a621aa3ef99581df.zip |
Merge pull request #48 from beardy-unixer/master
Uncripple Zids
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index 14cf891b3..c2aabbc42 100644 --- a/include/features.php +++ b/include/features.php @@ -23,6 +23,8 @@ function get_features() { array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')), array('webpages', t('Web Pages'), t('Provide managed web pages on your channel')), array('prettyphoto', t('Enhanced Photo Albums'), t('Enable photo album with enhanced features')), + //FIXME - needs a description, but how the hell do we explain this to normals? + array('sendzid', t('Extended Identity Sharing'), t(' ')), array('expert', t('Expert Mode'), t('Enable Expert Mode to provide advanced configuration options')), |