diff options
author | friendica <info@friendica.com> | 2014-06-28 05:05:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-28 05:05:34 -0700 |
commit | 0074ef0bf3cea83b1a177e905222829db26504b6 (patch) | |
tree | 8adf389e73866f737f5e0ee03585a2048d574859 /include | |
parent | 532b6f7fcecba569885ccc884969955e32c24135 (diff) | |
download | volse-hubzilla-0074ef0bf3cea83b1a177e905222829db26504b6.tar.gz volse-hubzilla-0074ef0bf3cea83b1a177e905222829db26504b6.tar.bz2 volse-hubzilla-0074ef0bf3cea83b1a177e905222829db26504b6.zip |
rule of snakes #1, kill the snake.
tinymce is gone. if you want a visual editor, figure out what you want and make it happen.
If you don't want a visual editor, do nothing.
This is in the community's hands. I don't need a visual editor.
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 4 |
1 files changed, 2 insertions, 2 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']) { |