From: Evan Prodromou Date: Wed, 20 Apr 2011 20:11:04 +0000 (-0400) Subject: only 10 tags per section X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3904ab9983942c30ae7209c8c6a3426359a51770;p=quix0rs-gnu-social.git only 10 tags per section --- 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