Remove unsupported hcard action from xrd
This commit is contained in:
parent
23e02ea76a
commit
baeb84ebb3
@ -82,11 +82,6 @@ class XrdAction extends Action
|
|||||||
'type' => 'text/html',
|
'type' => 'text/html',
|
||||||
'href' => $profile->profileurl);
|
'href' => $profile->profileurl);
|
||||||
|
|
||||||
// hCard
|
|
||||||
$xrd->links[] = array('rel' => self::HCARD,
|
|
||||||
'type' => 'text/html',
|
|
||||||
'href' => common_local_url('hcard', array('nickname' => $nick)));
|
|
||||||
|
|
||||||
// XFN
|
// XFN
|
||||||
$xrd->links[] = array('rel' => 'http://gmpg.org/xfn/11',
|
$xrd->links[] = array('rel' => 'http://gmpg.org/xfn/11',
|
||||||
'type' => 'text/html',
|
'type' => 'text/html',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user