Remove unsupported hcard action from xrd

This commit is contained in:
Evan Prodromou 2011-09-27 11:49:38 -04:00
parent 23e02ea76a
commit baeb84ebb3
1 changed files with 0 additions and 5 deletions

View File

@ -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',