edit and preview removed from additional features and turned into core functionality (always enabled).
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user