diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-15 21:46:27 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-15 21:46:27 -0800 |
commit | 03f692f24fe543c740e5443223d8084b9ca0c4de (patch) | |
tree | bdc064db8bb8b4d66e2cd916dea144d404ce9158 /include/features.php | |
parent | 014a1f01589c0389c60630148a4972840c63faad (diff) | |
download | volse-hubzilla-03f692f24fe543c740e5443223d8084b9ca0c4de.tar.gz volse-hubzilla-03f692f24fe543c740e5443223d8084b9ca0c4de.tar.bz2 volse-hubzilla-03f692f24fe543c740e5443223d8084b9ca0c4de.zip |
surface the article feature
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/features.php b/include/features.php index 69eeed3e8..36eb74a9d 100644 --- a/include/features.php +++ b/include/features.php @@ -126,7 +126,7 @@ function get_features($filtered = true) { feature_level('cards',1), ], -/* reserved, work in progress + [ 'articles', t('Articles'), @@ -135,7 +135,7 @@ function get_features($filtered = true) { get_config('feature_lock','articles'), feature_level('articles',1), ], -*/ + [ 'nav_channel_select', t('Navigation Channel Select'), |