start on network/home notification refactor

This commit is contained in:
friendica
2012-10-27 04:43:39 -07:00
parent 4d97432214
commit 96c8e74438
3 changed files with 94 additions and 8 deletions

View File

@@ -16,13 +16,12 @@ function get_features() {
$arr = array(
'multi_delete' => t('Multiple Deletion'),
'expire' => t('Content Expiration'),
'commtag' => t('Community Tagging'),
'categories' => t('Post Categories'),
'filing' => t('Saved Folders'),
'archives' => t('Archives'),
'multi_delete' => t('Multiple Deletion'),
'expire' => t('Content Expiration'),
'commtag' => t('Community Tagging'),
'categories' => t('Post Categories'),
'filing' => t('Saved Folders'),
'archives' => t('Search by Date'),
);