From bff135db62fa4824fec1e115c7afd3b7560c7fa7 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Nov 2013 03:44:52 -0800 Subject: comment out the multi-delete feature until somebody wants it bad enough to make it work --- include/features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/features.php') 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')), -- cgit v1.2.3