Merge branch '0.9.x' into facebook-upgrade

This commit is contained in:
Zach Copley
2010-11-09 23:16:17 +00:00
145 changed files with 10008 additions and 6585 deletions

View File

@@ -1010,7 +1010,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');