hide the nickname so it doesn't go into replies
This commit is contained in:
parent
82577a9dc2
commit
f548831eb1
@ -216,7 +216,7 @@ class NoticeListItem extends Widget
|
||||
$this->out->elementStart('a', $attrs);
|
||||
$this->showAvatar();
|
||||
$this->out->text(' ');
|
||||
$this->out->element('span',array('class' => 'nickname fn'),
|
||||
$this->out->element('span',array('class' => 'fn'),
|
||||
$this->profile->getBestName());
|
||||
$this->out->elementEnd('a');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user