From: Evan Prodromou Date: Wed, 14 Sep 2011 16:18:46 +0000 (-0400) Subject: Remove unused xrds stuff from profile (replace in OMB please) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=927eae908a1b7a26e011a1a7404fd95beb047d0e;p=quix0rs-gnu-social.git Remove unused xrds stuff from profile (replace in OMB please) --- diff --git a/actions/showstream.php b/actions/showstream.php index ca7af0f2ed..ee8bc18e72 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -92,9 +92,6 @@ class ShowstreamAction extends ProfileAction // For YADIS discovery, we also have a tag - header('X-XRDS-Location: '. common_local_url('xrds', array('nickname' => - $this->user->nickname))); - $this->showPage(); } @@ -171,11 +168,6 @@ class ShowstreamAction extends ProfileAction function extraHead() { - // for remote subscriptions etc. - $this->element('meta', array('http-equiv' => 'X-XRDS-Location', - 'content' => common_local_url('xrds', array('nickname' => - $this->user->nickname)))); - if ($this->profile->bio) { $this->element('meta', array('name' => 'description', 'content' => $this->profile->bio));