plaintext default - richtext is a feature

This commit is contained in:
friendica
2012-11-05 01:25:08 -08:00
parent 5f85f65dcc
commit 2752b58f33
11 changed files with 31 additions and 64 deletions

View File

@@ -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);