From: Evan Prodromou Date: Tue, 27 Sep 2011 15:49:38 +0000 (-0400) Subject: Remove unsupported hcard action from xrd X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=baeb84ebb311c868c66684a26f7e77951ef04741;p=quix0rs-gnu-social.git Remove unsupported hcard action from xrd --- diff --git a/lib/xrdaction.php b/lib/xrdaction.php index 3d55204f41..6cca80d93e 100644 --- a/lib/xrdaction.php +++ b/lib/xrdaction.php @@ -82,11 +82,6 @@ class XrdAction extends Action 'type' => 'text/html', 'href' => $profile->profileurl); - // hCard - $xrd->links[] = array('rel' => self::HCARD, - 'type' => 'text/html', - 'href' => common_local_url('hcard', array('nickname' => $nick))); - // XFN $xrd->links[] = array('rel' => 'http://gmpg.org/xfn/11', 'type' => 'text/html',