Add 'reply on comment' feature
(cherry picked from commit 80ca2023aa67ef7c0c43414acaf135e5748044b2)
This commit is contained in:
		| @@ -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'), | ||||
| 			] | ||||
|  | ||||
| 		], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user