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'),