From: Evan Prodromou Date: Thu, 14 Apr 2011 21:14:57 +0000 (-0400) Subject: no All groups link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=edee3995c2c86f9d77ed8b4eee1814094c3d080f;p=quix0rs-gnu-social.git no All groups link --- diff --git a/lib/profileaction.php b/lib/profileaction.php index 52c471909b..bffae98ca6 100644 --- a/lib/profileaction.php +++ b/lib/profileaction.php @@ -271,13 +271,6 @@ class ProfileAction extends OwnerDesignAction } } - if ($cnt > GROUPS_PER_MINILIST) { - $this->elementStart('p'); - // TRANS: Text for user group membership statistics if user has more subscriptions than displayed. - $this->statsSectionLink('usergroups', _('All groups'), 'more'); - $this->elementEnd('p'); - } - Event::handle('EndShowGroupsMiniList', array($this)); } $this->elementEnd('div');