diff options
-rw-r--r-- | mod/editpost.php | 4 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 6556405e3..ed7fcff8a 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -33,8 +33,8 @@ function editpost_content(&$a) { } $plaintext = true; - if(feature_enabled(local_user(),'richtext')) - $plaintext = false; +// if(feature_enabled(local_user(),'richtext')) +// $plaintext = false; $channel = $a->get_channel(); diff --git a/version.inc b/version.inc index a781c791c..7956ea5b8 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-07-16.738 +2014-07-17.739 |