From 08023eb0993eb63aac96669afd01beae7e134964 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 2 Jul 2013 21:04:46 -0700 Subject: tag cloud feature (enable the feature, then it will show up on your channel page) --- include/features.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/features.php') diff --git a/include/features.php b/include/features.php index c2aabbc42..da1322a14 100644 --- a/include/features.php +++ b/include/features.php @@ -58,6 +58,7 @@ function get_features() { array('filing', t('Saved Folders'), t('Ability to file posts under folders')), array('dislike', t('Dislike Posts'), t('Ability to dislike posts/comments')), array('star_posts', t('Star Posts'), t('Ability to mark special posts with a star indicator')), + array('tagadelic', t('Tag Cloud'), t('Provide a personal tag cloud on your channel page')), ), ); -- cgit v1.2.3