forked from GNUsocial/gnu-social
Show full acct uri as html title on link mouseover
This commit is contained in:
@@ -1532,6 +1532,14 @@ class Profile extends Managed_DataObject
|
||||
}
|
||||
return $url;
|
||||
}
|
||||
public function getHtmlTitle()
|
||||
{
|
||||
try {
|
||||
return $this->getAcctUri(false);
|
||||
} catch (ProfileNoAcctUriException $e) {
|
||||
return $this->getNickname();
|
||||
}
|
||||
}
|
||||
|
||||
public function getNickname()
|
||||
{
|
||||
|
Reference in New Issue
Block a user