From 0074ef0bf3cea83b1a177e905222829db26504b6 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 28 Jun 2014 05:05:34 -0700 Subject: 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. --- mod/editblock.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/editblock.php') diff --git a/mod/editblock.php b/mod/editblock.php index 507050eb0..536ddd7d2 100644 --- a/mod/editblock.php +++ b/mod/editblock.php @@ -58,8 +58,8 @@ function editblock_content(&$a) { $plaintext = true; // You may or may not be a local user. - if(local_user() && feature_enabled(local_user(),'richtext')) - $plaintext = false; +// if(local_user() && feature_enabled(local_user(),'richtext')) +// $plaintext = false; $mimeselect = ''; $mimetype = $itm[0]['mimetype']; -- cgit v1.2.3