diff options
author | friendica <info@friendica.com> | 2013-08-22 01:00:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-22 01:00:54 -0700 |
commit | af72f40759418275abae575176f43d27388bfcd6 (patch) | |
tree | 57a502c74af82250b790ad139914d388b26ec68d /include | |
parent | 22b6ddef9457e5ed3d38cf03be4b4451ec9d150c (diff) | |
download | volse-hubzilla-af72f40759418275abae575176f43d27388bfcd6.tar.gz volse-hubzilla-af72f40759418275abae575176f43d27388bfcd6.tar.bz2 volse-hubzilla-af72f40759418275abae575176f43d27388bfcd6.zip |
make premium channels a feature
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/features.php b/include/features.php index 757f719df..6272b33ea 100644 --- a/include/features.php +++ b/include/features.php @@ -27,8 +27,7 @@ function get_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')), - - + array('premium_channel', t('Premium Channel'), t('Allows you to set restrictions and terms on those that connect with your channel')), ), // Post composition |