diff --git a/include/features.php b/include/features.php index ff0860f4d..0f3a98228 100644 --- a/include/features.php +++ b/include/features.php @@ -131,14 +131,6 @@ function get_features($filtered = true, $level = (-1)) { get_config('feature_lock','emojis'), ], - [ - 'filing', - t('Saved Folders'), - t('Ability to file posts under folders'), - false, - get_config('feature_lock','filing'), - ], - [ 'dislike', t('Dislike Posts'), @@ -314,6 +306,14 @@ function get_features($filtered = true, $level = (-1)) { get_config('feature_lock','savedsearch') ], + [ + 'filing', + t('Saved Folders'), + t('Ability to file posts under folders'), + false, + get_config('feature_lock','filing'), + ], + [ 'order_tab', t('Alternate Stream Order'),