From 39da3459c7e4fd0a9e3ac428baed994688a095bd Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Mon, 29 Apr 2019 21:19:26 +0000 Subject: Add 'reply on comment' feature (cherry picked from commit 80ca2023aa67ef7c0c43414acaf135e5748044b2) --- include/features.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/features.php') diff --git a/include/features.php b/include/features.php index d021f9394..b0d02c141 100644 --- a/include/features.php +++ b/include/features.php @@ -167,6 +167,14 @@ function get_features($filtered = true, $level = (-1)) { t('Ability to mark special posts with a star indicator'), false, get_config('feature_lock','star_posts'), + ], + + [ + 'reply_to', + t('Reply on comment'), + t('Ability to reply on selected comment'), + false, + get_config('feature_lock','reply_to'), ] ], -- cgit v1.2.3