From 2752b58f3323a15b964f6518b7720cb81ccf1b0e Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Nov 2012 01:25:08 -0800 Subject: plaintext default - richtext is a feature --- include/features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/features.php') diff --git a/include/features.php b/include/features.php index efd9c3455..dfed4ad02 100644 --- a/include/features.php +++ b/include/features.php @@ -26,7 +26,7 @@ array('dislike', t('Dislike Posts'), t('Ability to dislike posts/comme array('savedsearch', t('Saved Searches'), t('Save search terms for re-use')), array('preview', t('Post Preview'), t('Preview posts and comments before publishing them')), array('edit_posts', t('Edit Sent Posts'), t('Edit/correct posts and comments after sending')), - +array('richtext', t('Richtext Editor'), t('Use richtext/visual editor where applicable')), ); call_hooks('get_features',$arr); -- cgit v1.2.3