diff options
author | friendica <info@friendica.com> | 2014-06-28 05:12:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-28 05:12:29 -0700 |
commit | 4e3c560bdb1d1f26bd1ea54a4880ad214eea4918 (patch) | |
tree | d3944528fef0d6eb4187c6a069241df1ae736273 /include/features.php | |
parent | 0074ef0bf3cea83b1a177e905222829db26504b6 (diff) | |
download | volse-hubzilla-4e3c560bdb1d1f26bd1ea54a4880ad214eea4918.tar.gz volse-hubzilla-4e3c560bdb1d1f26bd1ea54a4880ad214eea4918.tar.bz2 volse-hubzilla-4e3c560bdb1d1f26bd1ea54a4880ad214eea4918.zip |
remove the feature setting until the community decides what to do and makes it happen
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 1 insertions, 1 deletions
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')), |