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 ff0860f4d..0f3a98228 100644
--- a/include/features.php
+++ b/include/features.php
@@ -132,14 +132,6 @@ function get_features($filtered = true, $level = (-1)) {
],
[
- 'filing',
- t('Saved Folders'),
- t('Ability to file posts under folders'),
- false,
- get_config('feature_lock','filing'),
- ],
-
- [
'dislike',
t('Dislike Posts'),
t('Ability to dislike posts/comments'),
@@ -315,6 +307,14 @@ function get_features($filtered = true, $level = (-1)) {
],
[
+ 'filing',
+ t('Saved Folders'),
+ t('Ability to file posts under folders'),
+ false,
+ get_config('feature_lock','filing'),
+ ],
+
+ [
'order_tab',
t('Alternate Stream Order'),
t('Ability to order the stream by last post date, last comment date or unthreaded activities'),