Merge branch '0.9.x' into 1.0.x
This commit is contained in:
@@ -1038,7 +1038,7 @@ function common_group_link($sender_id, $nickname)
|
||||
$attrs = array('href' => $group->permalink(),
|
||||
'class' => 'url');
|
||||
if (!empty($group->fullname)) {
|
||||
$attrs['title'] = $group->fullname . ' (' . $group->nickname . ')';
|
||||
$attrs['title'] = $group->getFancyName();
|
||||
}
|
||||
$xs = new XMLStringer();
|
||||
$xs->elementStart('span', 'vcard');
|
||||
|
Reference in New Issue
Block a user