turn off some "advanced" features by default, like archives and saved search - even though we don't yet have a screen to turn them on. That will come.

This commit is contained in:
friendica
2012-11-03 16:40:05 -07:00
parent f5b1eee177
commit ece59b778e
7 changed files with 12 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ $arr = array(
'filing' => t('Saved Folders'),
'archives' => t('Search by Date'),
'dislike' => t('Dislike Posts'),
'savedsearch' => t('Saved Searches'),
);