From: Evan Prodromou Date: Mon, 22 Feb 2010 12:40:20 +0000 (-0500) Subject: add strongly-suggested link to Profile::asActivityNoun() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fae5a15a885b0c108efc4c5e28094f15ffbe8694;p=quix0rs-gnu-social.git add strongly-suggested link to Profile::asActivityNoun() --- diff --git a/classes/Profile.php b/classes/Profile.php index 1ba3281ff6..faa6367b9c 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -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)) {