From b45bd901e05db6cb797f83cb9c0276911b965286 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 24 Sep 2018 10:13:56 +0200 Subject: move categories from tools to editor settings --- include/features.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include/features.php') 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'), -- cgit v1.2.3