remove unsupported hcard action

This commit is contained in:
Evan Prodromou
2011-09-27 11:43:41 -04:00
parent 3063caea83
commit 9f954eddc5
3 changed files with 2 additions and 128 deletions

View File

@@ -77,11 +77,6 @@ class XrdAction extends Action
'format' => 'atom')),
'type' => 'application/atom+xml');
// hCard
$xrd->links[] = array('rel' => Discovery::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',