From 009e03c3ba13df34564b9b8d6d95a292dc91ad8f Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 3 Oct 2018 11:47:12 +0200 Subject: move archives from network to channel_home --- include/features.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/features.php b/include/features.php index 0f3a98228..b75dc0383 100644 --- a/include/features.php +++ b/include/features.php @@ -89,6 +89,14 @@ function get_features($filtered = true, $level = (-1)) { t('Channel Home'), + [ + 'archives', + t('Search by Date'), + t('Ability to select posts by date ranges'), + false, + get_config('feature_lock','archives') + ], + [ 'tagadelic', t('Tag Cloud'), @@ -290,14 +298,6 @@ function get_features($filtered = true, $level = (-1)) { t('Network'), - [ - 'archives', - t('Search by Date'), - t('Ability to select posts by date ranges'), - false, - get_config('feature_lock','archives') - ], - [ 'savedsearch', t('Saved Searches'), -- cgit v1.2.3