No All subscriptions/subscribers links
This commit is contained in:
parent
2ea66bd0c1
commit
b64a1ef0e7
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user