aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/features.php16
1 files 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
@@ -90,6 +90,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'),
t('Provide a personal tag cloud on your channel page'),
@@ -291,14 +299,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'),
t('Save search terms for re-use'),