aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-15 03:44:52 -0800
committerfriendica <info@friendica.com>2013-11-15 03:44:52 -0800
commitbff135db62fa4824fec1e115c7afd3b7560c7fa7 (patch)
tree05f70e1df924d1bc85f5821caa6326fa9bfd9f07 /include/features.php
parent0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7 (diff)
downloadvolse-hubzilla-bff135db62fa4824fec1e115c7afd3b7560c7fa7.tar.gz
volse-hubzilla-bff135db62fa4824fec1e115c7afd3b7560c7fa7.tar.bz2
volse-hubzilla-bff135db62fa4824fec1e115c7afd3b7560c7fa7.zip
comment out the multi-delete feature until somebody wants it bad enough to make it work
Diffstat (limited to 'include/features.php')
-rw-r--r--include/features.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php
index e0c6c63bc..c5ab95a34 100644
--- a/include/features.php
+++ b/include/features.php
@@ -53,7 +53,7 @@ function get_features() {
// Item tools
'tools' => array(
t('Post/Comment Tools'),
- array('multi_delete', t('Multiple Deletion'), t('Select and delete multiple posts/comments at once')),
+// array('multi_delete', t('Multiple Deletion'), t('Select and delete multiple posts/comments at once')),
array('edit_posts', t('Edit Sent Posts'), t('Edit and correct posts and comments after sending')),
array('commtag', t('Tagging'), t('Ability to tag existing posts')),
array('categories', t('Post Categories'), t('Add categories to your posts')),