From 927eae908a1b7a26e011a1a7404fd95beb047d0e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 Sep 2011 12:18:46 -0400 Subject: [PATCH] Remove unused xrds stuff from profile (replace in OMB please) --- actions/showstream.php | 8 -------- 1 file changed, 8 deletions(-) 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));