diff options
author | friendica <info@friendica.com> | 2013-09-29 18:18:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-29 18:18:05 -0700 |
commit | a26e48b013f6674e0cb96c143739b0d5c3f71f63 (patch) | |
tree | 54a6ed491a5523b8d17bdeac386eb05c78d35257 /include/features.php | |
parent | 046ddea9e80523f426f7875674a62ab5a494ad64 (diff) | |
download | volse-hubzilla-a26e48b013f6674e0cb96c143739b0d5c3f71f63.tar.gz volse-hubzilla-a26e48b013f6674e0cb96c143739b0d5c3f71f63.tar.bz2 volse-hubzilla-a26e48b013f6674e0cb96c143739b0d5c3f71f63.zip |
sources management page
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index 6272b33ea..9950039c0 100644 --- a/include/features.php +++ b/include/features.php @@ -35,6 +35,7 @@ function get_features() { t('Post Composition Features'), array('richtext', t('Richtext Editor'), t('Enable richtext editor')), array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them')), + array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds')), ), // Network Tools |