No All subscriptions/subscribers links

This commit is contained in:
Evan Prodromou 2011-04-14 15:43:08 -04:00
parent 2ea66bd0c1
commit b64a1ef0e7
1 changed files with 0 additions and 14 deletions

View File

@ -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));
}