edit and preview removed from additional features and turned into core functionality (always enabled).

This commit is contained in:
friendica
2014-12-16 14:28:07 -08:00
parent 7bee4e5997
commit 5b49211035
7 changed files with 10 additions and 11 deletions

View File

@@ -666,7 +666,6 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
$body = prepare_body($item,true);
//$tmp_item = replace_macros($tpl,array(
$tmp_item = array(
'template' => $tpl,
'toplevel' => 'toplevel_item',
@@ -1100,8 +1099,8 @@ function status_editor($a,$x,$popup=false) {
$jotplugins = '';
$jotnets = '';
$preview = ((feature_enabled($x['profile_uid'],'preview')) ? t('Preview') : '');
$preview = true;
// $preview = ((feature_enabled($x['profile_uid'],'preview')) ? t('Preview') : '');
if(x($x,'nopreview'))
$preview = '';