diff options
author | friendica <info@friendica.com> | 2012-10-27 04:43:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-27 04:43:39 -0700 |
commit | 96c8e74438d4f7c324c96893720fd4018925de4f (patch) | |
tree | e2df3cbda40cbe8004a04b7300cb0637dd06b5f3 /include/features.php | |
parent | 4d974322145258c0dc464c6c8eb0085d25e36d9d (diff) | |
download | volse-hubzilla-96c8e74438d4f7c324c96893720fd4018925de4f.tar.gz volse-hubzilla-96c8e74438d4f7c324c96893720fd4018925de4f.tar.bz2 volse-hubzilla-96c8e74438d4f7c324c96893720fd4018925de4f.zip |
start on network/home notification refactor
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/include/features.php b/include/features.php index 2bb874095..d74718540 100644 --- a/include/features.php +++ b/include/features.php @@ -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'), ); |