forked from GNUsocial/gnu-social
add strongly-suggested link to Profile::asActivityNoun()
This commit is contained in:
parent
074e3fa895
commit
fae5a15a88
@ -818,6 +818,10 @@ class Profile extends Memcached_DataObject
|
||||
// title should contain fullname
|
||||
$xs->element('title', null, $this->getBestName());
|
||||
|
||||
$xs->element('link', array('rel' => 'alternate',
|
||||
'type' => 'text/html'),
|
||||
$this->profileurl);
|
||||
|
||||
// Portable Contacts stuff
|
||||
|
||||
if (isset($this->bio)) {
|
||||
|
Loading…
Reference in New Issue
Block a user