]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove unused xrds stuff from profile (replace in OMB please)
authorEvan Prodromou <evan@status.net>
Wed, 14 Sep 2011 16:18:46 +0000 (12:18 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 14 Sep 2011 16:18:46 +0000 (12:18 -0400)
actions/showstream.php

index ca7af0f2ed3aea555bef898368e84d831abbf08c..ee8bc18e72ffeb8cc97c6e52fc33b92bcf7991db 100644 (file)
@@ -92,9 +92,6 @@ class ShowstreamAction extends ProfileAction
 
         // For YADIS discovery, we also have a <meta> 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));