forked from GNUsocial/gnu-social
No All subscriptions/subscribers links
This commit is contained in:
@@ -140,13 +140,6 @@ class ProfileAction extends OwnerDesignAction
|
||||
}
|
||||
}
|
||||
|
||||
if ($cnt > PROFILES_PER_MINILIST) {
|
||||
$this->elementStart('p');
|
||||
// TRANS: Text for user subscription statistics if user has more subscriptions than displayed.
|
||||
$this->statsSectionLink('subscriptions', _('All subscriptions'), 'more');
|
||||
$this->elementEnd('p');
|
||||
}
|
||||
|
||||
Event::handle('EndShowSubscriptionsMiniList', array($this));
|
||||
}
|
||||
$this->elementEnd('div');
|
||||
@@ -177,13 +170,6 @@ class ProfileAction extends OwnerDesignAction
|
||||
}
|
||||
}
|
||||
|
||||
if ($cnt > PROFILES_PER_MINILIST) {
|
||||
$this->elementStart('p');
|
||||
// TRANS: Text for user subscription statistics if user has more subscribers than displayed.
|
||||
$this->statsSectionLink('subscribers', _('All subscribers'), 'more');
|
||||
$this->elementEnd('p');
|
||||
}
|
||||
|
||||
Event::handle('EndShowSubscribersMiniList', array($this));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user