diff options
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/features.php b/include/features.php index c1d2510de..3feb10fbf 100644 --- a/include/features.php +++ b/include/features.php @@ -190,15 +190,6 @@ function get_features($filtered = true, $level = (-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'), t('Add emoji reaction ability to posts'), @@ -293,6 +284,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'), t('Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails'), |