This commit is contained in:
friendica 2013-02-13 15:40:51 -08:00
commit 45c2076c67

View File

@ -22,6 +22,8 @@ function get_features() {
array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')), array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')),
array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')), 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('webpages', t('Web Pages'), t('Provide managed web pages on your channel')),
array('expert', t('Expert Mode'), t('Enable Expert Mode to provide advanced configuration options')),
), ),