diff options
author | friendica <info@friendica.com> | 2012-11-04 16:57:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-04 16:57:09 -0800 |
commit | 94f737b69912a32b5ae693f5aab3da0df7956926 (patch) | |
tree | 7fe740a9a70b13e4740ba4caadb3a6b7a9d5b72f /include/features.php | |
parent | aaa5a2638c9cf773163eb60fbffae597d77afc22 (diff) | |
download | volse-hubzilla-94f737b69912a32b5ae693f5aab3da0df7956926.tar.gz volse-hubzilla-94f737b69912a32b5ae693f5aab3da0df7956926.tar.bz2 volse-hubzilla-94f737b69912a32b5ae693f5aab3da0df7956926.zip |
some cleanup of main item template
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index c4fe0df55..efd9c3455 100644 --- a/include/features.php +++ b/include/features.php @@ -25,6 +25,7 @@ array('archives', t('Search by Date'), t('Select posts by date ranges')) array('dislike', t('Dislike Posts'), t('Ability to dislike posts/comments')), array('savedsearch', t('Saved Searches'), t('Save search terms for re-use')), array('preview', t('Post Preview'), t('Preview posts and comments before publishing them')), +array('edit_posts', t('Edit Sent Posts'), t('Edit/correct posts and comments after sending')), ); |