From 3904ab9983942c30ae7209c8c6a3426359a51770 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 20 Apr 2011 16:11:04 -0400 Subject: [PATCH] only 10 tags per section --- lib/tagcloudsection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tagcloudsection.php b/lib/tagcloudsection.php index 561ffb077f..24a3bd98af 100644 --- a/lib/tagcloudsection.php +++ b/lib/tagcloudsection.php @@ -31,7 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } -define('TAGS_PER_SECTION', 20); +define('TAGS_PER_SECTION', 10); /** * Base class for sections