diff --git a/include/features.php b/include/features.php index c1d2510de..3feb10fbf 100644 --- a/include/features.php +++ b/include/features.php @@ -189,15 +189,6 @@ function get_features($filtered = true, $level = (-1)) { feature_level('commtag',1), ], - [ - 'categories', - t('Post Categories'), - t('Add categories to your posts'), - false, - get_config('feature_lock','categories'), - feature_level('categories',1), - ], - [ 'emojis', t('Emoji Reactions'), @@ -292,6 +283,15 @@ function get_features($filtered = true, $level = (-1)) { t('Editor'), + [ + 'categories', + t('Post Categories'), + t('Add categories to your posts'), + false, + get_config('feature_lock','categories'), + feature_level('categories',1), + ], + [ 'large_photos', t('Large Photos'),