diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 4 | ||||
-rw-r--r-- | include/features.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/conversation.php b/include/conversation.php index d8d60ee10..b6db54943 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1029,8 +1029,8 @@ function status_editor($a,$x,$popup=false) { $plaintext = true; - if(feature_enabled(local_user(),'richtext')) - $plaintext = false; +// if(feature_enabled(local_user(),'richtext')) +// $plaintext = false; $mimeselect = ''; if(array_key_exists('mimetype',$x) && $x['mimetype']) { diff --git a/include/features.php b/include/features.php index cc8d457bc..ef5923a01 100644 --- a/include/features.php +++ b/include/features.php @@ -38,7 +38,7 @@ function get_features() { // Post composition 'composition' => array( t('Post Composition Features'), - array('richtext', t('Richtext Editor'), t('Enable richtext editor')), +// array('richtext', t('Richtext Editor'), t('Enable richtext editor')), array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them')), array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds')), array('content_encrypt', t('Even More Encryption'), t('Allow optional encryption of content end-to-end with a shared secret key')), |