diff options
author | friendica <info@friendica.com> | 2013-02-13 15:40:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-13 15:40:51 -0800 |
commit | 45c2076c67085548a58d9ac3b02ae89a3ec0e42e (patch) | |
tree | ca0813eb4622f9b5151639ec15244fa7cc0771ea | |
parent | b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a (diff) | |
parent | 5888d03ff604ed9b46f498b18e3fdfa407ab53b5 (diff) | |
download | volse-hubzilla-45c2076c67085548a58d9ac3b02ae89a3ec0e42e.tar.gz volse-hubzilla-45c2076c67085548a58d9ac3b02ae89a3ec0e42e.tar.bz2 volse-hubzilla-45c2076c67085548a58d9ac3b02ae89a3ec0e42e.zip |
Merge https://github.com/friendica/red into zpull
-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 e4781518b..094e96c78 100644 --- a/include/features.php +++ b/include/features.php @@ -22,6 +22,8 @@ function get_features() { 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('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')), + ), |