]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no All groups link
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 21:14:57 +0000 (17:14 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 21:14:57 +0000 (17:14 -0400)
lib/profileaction.php

index 52c471909b5b570ef54e66ae6fbacaa6d15614bb..bffae98ca6a0708eec2f89469c74aebce4847aaa 100644 (file)
@@ -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');